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