TextTag constructor

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

Implementation

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