master #81
@ -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,
|
||||||
|
@ -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,
|
||||||
}) =>
|
}) =>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user