menu
my_components package
documentation
core_components/appRadio.dart
AppRadio
AppRadio.new const constructor
AppRadio.new const constructor
dark_mode
light_mode
AppRadio
constructor
const
AppRadio
(
{
Key
?
key
,
required
bool
status
,
required
dynamic
onChange
(
bool
),
double
size
=
20
,
})
Implementation
const AppRadio({super.key, required this.status, required this.onChange, this.size = 20});
my_components package
documentation
core_components/appRadio
AppRadio
AppRadio.new const constructor
AppRadio class