menu
neomage package
documentation
state/app_state.dart
ModelChanged
ModelChanged.new constructor
ModelChanged.new constructor
dark_mode
light_mode
ModelChanged
constructor
ModelChanged
(
{
required
String
previousModel
,
required
String
newModel
,
})
Implementation
ModelChanged({required this.previousModel, required this.newModel});
neomage package
documentation
state/app_state
ModelChanged
ModelChanged.new constructor
ModelChanged class