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