TextTag constructor

TextTag(
  1. String? text, {
  2. EdgeInsetsGeometry? margin,
  3. EdgeInsetsGeometry? padding,
  4. Color? color,
  5. double? fontSize,
})

Implementation

TextTag(this.text, {this.margin, this.padding, this.color, this.fontSize});