menu
fidenz_flutter_boilerplate package
documentation
example.dart
Example
Example const constructor
Example const constructor
dark_mode
light_mode
Example
constructor
const
Example
(
{
Key
?
key
,
})
Implementation
const Example({Key? key}) : super(key: key);
fidenz_flutter_boilerplate package
documentation
example
Example
Example const constructor
Example class