chore: fix and format using melos
This commit is contained in:
@@ -44,7 +44,7 @@ abstract class LoaderComponent extends Component
|
||||
|
||||
/// Animation duration
|
||||
final Duration? duration;
|
||||
|
||||
|
||||
/// Flip the animation
|
||||
final bool? flip;
|
||||
}
|
||||
|
||||
+1
-1
@@ -41,7 +41,7 @@ abstract class RichTextBuilderComponent extends Component
|
||||
final TextStyle? defaultStyle;
|
||||
|
||||
/// Used styles in this rich text component.
|
||||
///
|
||||
///
|
||||
/// e.g.
|
||||
/// ```dart
|
||||
/// styles = {'red': TextStyle(color: Colors.red)};
|
||||
|
||||
@@ -18,7 +18,6 @@ import 'package:flutter/material.dart';
|
||||
import 'package:wyatt_ui_components/src/features/features.dart';
|
||||
|
||||
class ComponentTheme extends StatelessWidget {
|
||||
|
||||
const ComponentTheme({
|
||||
required this.child,
|
||||
required this.componentThemeWidget,
|
||||
|
||||
Reference in New Issue
Block a user