FFButtonWidget constructor
const
FFButtonWidget({})
Implementation
const FFButtonWidget({
Key? key,
required this.text,
required this.onPressed,
this.icon,
this.iconData,
required this.options,
this.showLoadingIndicator = true,
}) : super(key: key);