menu
ouds_core
components/radio_button/ouds_radio_button.dart
OudsRadioButtonState
<
T
>
updateValue method
updateValue
dark_mode
light_mode
updateValue
method
void
updateValue
(
T
value
)
Implementation
void updateValue(T value) { widget.onChanged!(value); }
ouds_core
ouds_radio_button
OudsRadioButtonState
<
T
>
updateValue method
OudsRadioButtonState class