menu
flutter_cockpit package
documentation
flutter_cockpit_flutter.dart
CockpitRevealAlignment
fromJson static method
fromJson static method
dark_mode
light_mode
fromJson
static method
CockpitRevealAlignment
fromJson
(
Object
?
json
)
Implementation
static CockpitRevealAlignment fromJson(Object? json) { return values.byName(json! as String); }
flutter_cockpit package
documentation
flutter_cockpit_flutter
CockpitRevealAlignment
fromJson static method
CockpitRevealAlignment enum