TenTag constructor
const
TenTag(
- String text, {
- GestureTapCallback? onTap,
- GestureLongPressCallback? onLongPress,
- Widget? lefticon,
- Widget? righticon,
- Color? backgorundColor,
- bool? plain,
- Color? textColor,
- double scale = 0.6,
- 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});