menu
karee package
documentation
annotations.dart
Screen
Screen const constructor
Screen const constructor
dark_mode
light_mode
Screen
constructor
const
Screen
(
String
name
, {
bool
isInitial
=
false
,
})
Constructor of Screen's annotation.
Implementation
const Screen(this.name, {this.isInitial = false});
karee package
documentation
annotations
Screen
Screen const constructor
Screen class