component_copy_with_gen/fix/enable-non-nullable-fields-in-copywith #119

Merged
hugo merged 3 commits from component_copy_with_gen/fix/enable-non-nullable-fields-in-copywith into master 2023-02-07 09:28:53 +00:00
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,
});
}