didvan-app/lib/models/enums.dart

12 lines
105 B
Dart

enum AppState {
idle,
busy,
isolatedBusy,
failed,
}
enum ButtonStyleMode {
primary,
flat,
}