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