menu
reusable_editor
views/widgets/app_input_fields/app_switch.dart
AppSwitch
AppSwitch.new const constructor
AppSwitch.new
dark_mode
light_mode
AppSwitch
constructor
const
AppSwitch
(
{
Key
?
key
,
required
FieldCubit
<
bool
>
cubit
,
required
String
label
,
})
Implementation
const AppSwitch({super.key, required this.cubit, required this.label});
reusable_editor
app_switch
AppSwitch
AppSwitch.new const constructor
AppSwitch class