fix(ui_components): generate new files after generator fixes (close #118)
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Malo Léon 2023-02-07 10:25:58 +01:00
parent 0b27a62669
commit ff3f2008de

View File

@ -12,6 +12,7 @@ abstract class $BottomNavigationBarComponentCWProxy {
BottomNavigationBarComponent key(Key? key);
BottomNavigationBarComponent call({
void Function(BuildContext, int)? onTap,
int? currentIndex,
Key? key,
});
}