MEButton constructor
const
MEButton({})
Implementation
const MEButton(
{Key? key,
this.icon,
this.verticalPadding = 14,
this.borderRadius = 6,
this.bgColor = primaryColor,
this.secondaryColor = Colors.white,
required this.onTap,
this.label = ""})
: super(key: key);