FillIconButton constructor
const
FillIconButton({})
Implementation
const FillIconButton({
required this.text,
this.backgroundColor,
this.textColor = FUIColors.black500,
this.icon,
this.onTap,
super.key
});