FeraTextButton constructor
const
FeraTextButton({})
Implementation
const FeraTextButton(
{Key? key,
required this.text,
required this.onPressed,
this.width,
this.isDisabled = false,
this.isBig = false,
this.icon})
: super(key: key);