ExpandedTextButton constructor
ExpandedTextButton(})
Implementation
ExpandedTextButton(this.text,
{super.key,
TextStyle? style,
this.alignment = Alignment.centerLeft,
this.flex = 1,
required this.onPressed})
: style = style ?? Get.find<AppFonts>().S();