SeoButton constructor
const
SeoButton({
- Key? key,
- required String label,
- TextStyle? labelStyle,
- VoidCallback? onPressed,
- String? id,
- ButtonStyle? style,
Creates a SeoButton widget.
Implementation
const SeoButton({
super.key,
required this.label,
this.labelStyle,
this.onPressed,
this.id,
this.style,
});