SharedPrimaryButton constructor
const
SharedPrimaryButton({})
Implementation
const SharedPrimaryButton({
Key? key,
required this.label,
this.onPressed,
this.disabled = false,
this.loading = false,
this.centered = false,
this.iconRight,
}) : super(key: key);