menu
bccm_player package
documentation
controls.dart
SettingsOption<T>
SettingsOption const constructor
SettingsOption const constructor
dark_mode
light_mode
SettingsOption<
T
>
constructor
const
SettingsOption<
T
>
(
{
required
T
value
,
required
String
label
,
bool
isSelected
=
false
,
})
Implementation
const SettingsOption({ required this.value, required this.label, this.isSelected = false, });
bccm_player package
documentation
controls
SettingsOption<T>
SettingsOption const constructor
SettingsOption class