TooltipButton constructor
- Key? key,
- Widget? child,
- GestureTapCallback? onTap,
- String? hint,
- double? verticalOffset,
Implementation
const TooltipButton({
super.key,
this.child,
this.onTap,
this.hint,
this.verticalOffset,
});
const TooltipButton({
super.key,
this.child,
this.onTap,
this.hint,
this.verticalOffset,
});