ui_components/feat/add-new-components-to-theme-data #154

Merged
hugo merged 2 commits from ui_components/feat/add-new-components-to-theme-data into master 2023-02-22 00:02:27 +00:00
Showing only changes of commit ac9ccfa2da - Show all commits

View File

@ -22,6 +22,7 @@ class ComponentThemeData {
this.bottomNavigationBar,
this.errorWidget,
this.loadingWidget,
this.loaderComponent,
this.richTextBuilderComponent,
this.textInputComponent,
this.fileSelectionButtonComponent,
@ -37,6 +38,7 @@ class ComponentThemeData {
final BottomNavigationBarComponent? bottomNavigationBar;
final ErrorWidgetComponent? errorWidget;
final LoadingWidgetComponent? loadingWidget;
final LoaderComponent? loaderComponent;
final RichTextBuilderComponent? richTextBuilderComponent;
final TextInputComponent? textInputComponent;