PrimaryButton constructor
const
PrimaryButton({
- Key? key,
- required String label,
- VoidCallback? onPressed,
- IconData? icon,
Implementation
const PrimaryButton(
{super.key, required this.label, this.onPressed, this.icon});