OverlayButtonWidget constructor
const
OverlayButtonWidget({})
Implementation
const OverlayButtonWidget({
super.key,
required this.alignment,
this.padding,
required this.onPressed,
this.onLongPressed,
required this.icon,
this.enabled = true,
this.tooltip,
this.safeBottom = false,
this.safeRight = false,
});