ExpandedButton constructor
ExpandedButton({})
Implementation
ExpandedButton(
{this.child,
this.radius = 10,
this.alignment = Alignment.center,
this.flex = 1,
this.borderColor,
this.color,
this.isCircle = false,
this.borderWith = 1,
this.padding = EdgeInsets.zero,
required this.onPressed});