EnablePresetRoomButton constructor Null safety
Implementation
const EnablePresetRoomButton({
Key? key,
this.style,
this.focusNode,
this.autofocus = false,
this.clipBehavior = Clip.none,
this.label = 'room',
}) : super(key: key);
const EnablePresetRoomButton({
Key? key,
this.style,
this.focusNode,
this.autofocus = false,
this.clipBehavior = Clip.none,
this.label = 'room',
}) : super(key: key);