SetFilterHdrButton constructor Null safety
Implementation
const SetFilterHdrButton({
Key? key,
this.style,
this.focusNode,
this.autofocus = false,
this.clipBehavior = Clip.none,
this.label = "HDR Rendering",
}) : super(key: key);
const SetFilterHdrButton({
Key? key,
this.style,
this.focusNode,
this.autofocus = false,
this.clipBehavior = Clip.none,
this.label = "HDR Rendering",
}) : super(key: key);