TenTag.wraning constructor
TenTag.wraning(
- String text, {
- GestureTapCallback? onTap,
- GestureLongPressCallback? onLongPress,
- Widget? lefticon,
- Widget? righticon,
- bool? plain,
- Color? textColor,
- double scale = 0.6,
- Key? key,
Implementation
TenTag.wraning(this.text,
{this.onTap,
this.onLongPress,
this.lefticon,
this.righticon,
this.plain,
this.textColor,
this.scale = 0.6,
super.key})
: backgorundColor = TenScheme.wraning;