ShowThumbButton constructor Null safety
- {Key? key,
- ButtonStyle? style,
- FocusNode? focusNode,
- bool autofocus = false,
- Clip clipBehavior = Clip.none}
Implementation
const ShowThumbButton({
Key? key,
this.style,
this.focusNode,
this.autofocus = false,
this.clipBehavior = Clip.none,
}) : super(key: key);