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