ui_components/feat/make-data-fields-nullable #93

Merged
hugo merged 7 commits from ui_components/feat/make-data-fields-nullable into master 2022-12-12 19:23:59 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 4f49f4931c - Show all commits

View File

@ -13,7 +13,7 @@ class CustomAppBar extends AppBarComponent {
); );
@override @override
AppBarComponent configure({ AppBarComponent? configure({
String? title, String? title,
Widget? leading, Widget? leading,
List<Widget>? actions, List<Widget>? actions,

View File

@ -29,7 +29,7 @@ class CustomBottomNavigationBar extends BottomNavigationBarComponent {
); );
@override @override
CustomBottomNavigationBar configure({ CustomBottomNavigationBar? configure({
void Function(BuildContext, int)? onTap, void Function(BuildContext, int)? onTap,
int currentIndex = 0, int currentIndex = 0,
}) => }) =>