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