RoomSwitchItem constructor
const
RoomSwitchItem({
- Key? key,
- required String label,
- required ValueNotifier<
bool> valueNotifier, - required ValueChanged<
bool> onChanged,
Implementation
const RoomSwitchItem({super.key, required this.label, required this.valueNotifier, required this.onChanged});