ExpandedButton constructor
const
ExpandedButton({})
Implementation
const ExpandedButton(
{super.key,
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});