menu
add_to_app_flutter_module package
documentation
counter.dart
CounterScreen
CounterScreen.new const constructor
CounterScreen.new const constructor
dark_mode
light_mode
CounterScreen
constructor
const
CounterScreen
(
{
Key
?
key
,
required
int
initialValue
,
})
Implementation
const CounterScreen({ super.key, required this.initialValue, });
add_to_app_flutter_module package
documentation
counter
CounterScreen
CounterScreen.new const constructor
CounterScreen class