WebTooltipButton constructor
const
WebTooltipButton({})
Implementation
const WebTooltipButton({
super.key,
required this.icon,
required this.tooltip,
this.onTap,
this.size = 20,
this.badge,
});
const WebTooltipButton({
super.key,
required this.icon,
required this.tooltip,
this.onTap,
this.size = 20,
this.badge,
});