menu
triade package
documentation
widgets/radio_button.dart
RadioButton
RadioButton const constructor
RadioButton const constructor
dark_mode
light_mode
RadioButton
constructor
const
RadioButton
(
{
Key
?
key
,
double
?
radius
,
bool
isActive
=
false
,
Color
?
color
,
})
Implementation
const RadioButton({ Key? key, this.radius, this.isActive = false, this.color, }) : super(key: key);
triade package
documentation
widgets/radio_button
RadioButton
RadioButton const constructor
RadioButton class