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