HideThumbButton constructor Null safety

const HideThumbButton(
  1. {Key? key,
  2. ButtonStyle? style,
  3. String label = 'hide thumbs',
  4. FocusNode? focusNode,
  5. bool autofocus = false,
  6. Clip clipBehavior = Clip.none}
)

Implementation

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