TextTag constructor
TextTag(
- String? text, {
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- Color? color,
- double? fontSize,
Implementation
TextTag(this.text, {this.margin, this.padding, this.color, this.fontSize});