MBElevatedIconButton constructor
const
MBElevatedIconButton({})
Without icon
,text
and onTapFunction
a MBElevatedButton doesn't exist.
Implementation
const MBElevatedIconButton({
Key? key,
this.elevation,
this.roundness,
this.buttonColor,
this.textColor,
required this.icon,
required this.text,
required this.onTapFunction,
}) : super(key: key);