TChip constructor
const
TChip({
- Key? key,
- String? text,
- IconData? icon,
- Color? color,
- Color? background,
- Color? textColor,
- VoidCallback? onTap,
- EdgeInsetsGeometry? padding,
- BorderRadius? borderRadius,
- TVariant? type,
Implementation
const TChip({
super.key,
this.text,
this.icon,
this.color,
this.background,
this.textColor,
this.onTap,
this.padding,
this.borderRadius,
this.type,
});