menu
mvc_application package
documentation
view.dart
AppState
onRestorationScopeId method
onRestorationScopeId method
dark_mode
light_mode
onRestorationScopeId
method
String
?
onRestorationScopeId
(
)
Implementation
String? onRestorationScopeId() => inRestorationScopeId != null ? inRestorationScopeId!() : null;
mvc_application package
documentation
view
AppState
onRestorationScopeId method
AppState class