bottom nav fixed
This commit is contained in:
@@ -6,7 +6,7 @@ import 'bottom_navigation_state.dart';
|
||||
// Bloc
|
||||
class BottomNavigationBloc
|
||||
extends Bloc<BottomNavigationEvent, BottomNavigationState> {
|
||||
BottomNavigationBloc() : super(TabState(0)) {
|
||||
BottomNavigationBloc() : super(TabState(1)) {
|
||||
// Register the event handler
|
||||
on<TabChanged>((event, emit) {
|
||||
emit(TabState(event.index));
|
||||
|
||||
Reference in New Issue
Block a user