master #81

Closed
malo wants to merge 322 commits from master into feat/bloc_layout/new-package
Showing only changes of commit ff3f2008de - Show all commits

View File

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