NpmPrimaryButton constructor
const
NpmPrimaryButton({})
Implementation
const NpmPrimaryButton({
Key? key,
this.label = "Get Started",
this.onPressed,
this.iconRight,
this.loading = false,
this.disabled = false,
this.testId,
this.centered = false,
}) : super(key: key);