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