menu
flutter_chen_common package
documentation
widgets/base/com_radio.dart
ComRadio
ComRadio const constructor
ComRadio const constructor
dark_mode
light_mode
ComRadio
constructor
const
ComRadio
(
{
Key
?
key
,
required
bool
value
,
double
size
=
24
,
Color
?
activeColor
,
Color
?
color
,
})
Implementation
const ComRadio({ super.key, required this.value, this.size = 24, this.activeColor, this.color, });
flutter_chen_common package
documentation
widgets/base/com_radio
ComRadio
ComRadio const constructor
ComRadio class