menu
chalona_api package
documentation
core/state.dart
ChalonaState
ChalonaState.new constructor
ChalonaState.new constructor
dark_mode
light_mode
ChalonaState
constructor
ChalonaState
(
{
required
List
<
String
>
states
,
})
Implementation
ChalonaState({required List<String> states}) : _states = states, _state = states.first;
chalona_api package
documentation
core/state
ChalonaState
ChalonaState.new constructor
ChalonaState class