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