RoomSwitchItem constructor

const RoomSwitchItem({
  1. Key? key,
  2. required String label,
  3. required ValueNotifier<bool> valueNotifier,
  4. required ValueChanged<bool> onChanged,
})

Implementation

const RoomSwitchItem({super.key, required this.label, required this.valueNotifier, required this.onChanged});