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