RoundFloatingButton constructor
Implementation
const RoundFloatingButton({
super.key,
required this.icon,
this.offset,
this.onPressed,
this.text,
this.showText = true,
this.color,
this.hint,
this.minified = false,
this.border,
});