master #81

Closed
malo wants to merge 322 commits from master into feat/bloc_layout/new-package
Showing only changes of commit 79dc34414c - Show all commits

View File

@ -22,6 +22,7 @@ class ComponentThemeData {
this.bottomNavigationBar, this.bottomNavigationBar,
this.errorWidget, this.errorWidget,
this.loadingWidget, this.loadingWidget,
this.loaderComponent,
this.richTextBuilderComponent, this.richTextBuilderComponent,
this.textInputComponent, this.textInputComponent,
this.fileSelectionButtonComponent, this.fileSelectionButtonComponent,
@ -37,6 +38,7 @@ class ComponentThemeData {
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 RichTextBuilderComponent? richTextBuilderComponent;
final TextInputComponent? textInputComponent; final TextInputComponent? textInputComponent;