AppSwitch constructor
const
AppSwitch({
- Key? key,
- required FieldCubit<
bool> cubit, - required String label,
Implementation
const AppSwitch({super.key, required this.cubit, required this.label});