chore: fix and format using melos

This commit is contained in:
2023-02-23 19:19:48 +01:00
parent d098d9a6bf
commit 8d833d39d7
152 changed files with 441 additions and 468 deletions
@@ -44,7 +44,7 @@ abstract class LoaderComponent extends Component
/// Animation duration
final Duration? duration;
/// Flip the animation
final bool? flip;
}
@@ -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,