PrimaryButton constructor
const
PrimaryButton(})
Implementation
const PrimaryButton(
this.title, {
Key? key,
this.width,
this.disable = false,
this.onPressed,
this.color,
this.children,
this.icon,
this.variant = 'primary',
this.radius = 10,
}) : super(key: key);