fix(ui_components): generate new files after generator fixes (close #118)
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
0b27a62669
commit
ff3f2008de
@ -12,6 +12,7 @@ abstract class $BottomNavigationBarComponentCWProxy {
|
|||||||
BottomNavigationBarComponent key(Key? key);
|
BottomNavigationBarComponent key(Key? key);
|
||||||
BottomNavigationBarComponent call({
|
BottomNavigationBarComponent call({
|
||||||
void Function(BuildContext, int)? onTap,
|
void Function(BuildContext, int)? onTap,
|
||||||
|
int? currentIndex,
|
||||||
Key? key,
|
Key? key,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user