ZetaTag constructor
- Key? key,
- bool? rounded,
- ZetaTagDirection direction = ZetaTagDirection.left,
- required String label,
- String? semanticLabel,
Constructs a ZetaTag.
Implementation
const ZetaTag({
super.key,
super.rounded,
this.direction = ZetaTagDirection.left,
required this.label,
this.semanticLabel,
});