ExpandedTextButton constructor
ExpandedTextButton(})
Implementation
ExpandedTextButton(this.text,
{this.style,
this.alignment = Alignment.centerLeft,
this.flex = 1,
this.onPressed}) {
style ??= Get.find<AppFonts>().M();
}