BottomNavigationCubit constructor Null safety

BottomNavigationCubit()

Creates the cubit.

Implementation

BottomNavigationCubit() : super(BottomNavigationTab.home);