TenTag constructor

const TenTag(
  1. String text, {
  2. GestureTapCallback? onTap,
  3. GestureLongPressCallback? onLongPress,
  4. Widget? lefticon,
  5. Widget? righticon,
  6. Color? backgorundColor,
  7. bool? plain,
  8. Color? textColor,
  9. double scale = 0.6,
  10. Key? key,
})

Implementation

const TenTag(this.text,
    {this.onTap,
    this.onLongPress,
    this.lefticon,
    this.righticon,
    this.backgorundColor,
    this.plain,
    this.textColor,
    this.scale = 0.6,
    super.key});