TIF_E41222849/lib/feature/home/enums/home_state.dart

5 lines
48 B
Dart

enum HomeState {
home,
category,
content
}