refactor(ui_layout): update example (#92)
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
e8172004a3
commit
4f49f4931c
@ -13,7 +13,7 @@ class CustomAppBar extends AppBarComponent {
|
||||
);
|
||||
|
||||
@override
|
||||
AppBarComponent configure({
|
||||
AppBarComponent? configure({
|
||||
String? title,
|
||||
Widget? leading,
|
||||
List<Widget>? actions,
|
||||
|
@ -29,7 +29,7 @@ class CustomBottomNavigationBar extends BottomNavigationBarComponent {
|
||||
);
|
||||
|
||||
@override
|
||||
CustomBottomNavigationBar configure({
|
||||
CustomBottomNavigationBar? configure({
|
||||
void Function(BuildContext, int)? onTap,
|
||||
int currentIndex = 0,
|
||||
}) =>
|
||||
|
Loading…
x
Reference in New Issue
Block a user