Compare commits
No commits in common. "79dc34414cf1b90cd0abe4f4d86073570675858e" and "49b534d14582cd28994547cd609ff2921808ae75" have entirely different histories.
79dc34414c
...
49b534d145
@ -17,41 +17,15 @@
|
|||||||
import 'package:wyatt_ui_components/src/domain/entities/entities.dart';
|
import 'package:wyatt_ui_components/src/domain/entities/entities.dart';
|
||||||
|
|
||||||
class ComponentThemeData {
|
class ComponentThemeData {
|
||||||
|
|
||||||
const ComponentThemeData.raw({
|
const ComponentThemeData.raw({
|
||||||
this.appBar,
|
this.appBar,
|
||||||
this.bottomNavigationBar,
|
this.bottomNavigationBar,
|
||||||
this.errorWidget,
|
this.errorWidget,
|
||||||
this.loadingWidget,
|
this.loadingWidget,
|
||||||
this.loaderComponent,
|
|
||||||
this.richTextBuilderComponent,
|
|
||||||
this.textInputComponent,
|
|
||||||
this.fileSelectionButtonComponent,
|
|
||||||
this.flatButtonComponent,
|
|
||||||
this.simpleIconButtonComponent,
|
|
||||||
this.symbolButtonComponent,
|
|
||||||
this.informationCardComponent,
|
|
||||||
this.portfolioCardComponent,
|
|
||||||
this.quoteCardComponent,
|
|
||||||
this.skillCardComponent,
|
|
||||||
});
|
});
|
||||||
final AppBarComponent? appBar;
|
final AppBarComponent? appBar;
|
||||||
final BottomNavigationBarComponent? bottomNavigationBar;
|
final BottomNavigationBarComponent? bottomNavigationBar;
|
||||||
final ErrorWidgetComponent? errorWidget;
|
final ErrorWidgetComponent? errorWidget;
|
||||||
final LoadingWidgetComponent? loadingWidget;
|
final LoadingWidgetComponent? loadingWidget;
|
||||||
final LoaderComponent? loaderComponent;
|
|
||||||
|
|
||||||
final RichTextBuilderComponent? richTextBuilderComponent;
|
|
||||||
final TextInputComponent? textInputComponent;
|
|
||||||
|
|
||||||
// Buttons
|
|
||||||
final FileSelectionButtonComponent? fileSelectionButtonComponent;
|
|
||||||
final FlatButtonComponent? flatButtonComponent;
|
|
||||||
final SimpleIconButtonComponent? simpleIconButtonComponent;
|
|
||||||
final SymbolButtonComponent? symbolButtonComponent;
|
|
||||||
|
|
||||||
// Cards
|
|
||||||
final InformationCardComponent? informationCardComponent;
|
|
||||||
final PortfolioCardComponent? portfolioCardComponent;
|
|
||||||
final QuoteCardComponent? quoteCardComponent;
|
|
||||||
final SkillCardComponent? skillCardComponent;
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user