WebActionButton constructor
const
WebActionButton({
- required IconData icon,
- required String label,
- VoidCallback? onTap,
- bool isPrimary = false,
Implementation
const WebActionButton({
required this.icon,
required this.label,
this.onTap,
this.isPrimary = false,
});