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