EasyTag constructor
const
EasyTag({
- Key? key,
- required String text,
- bool? closable,
- EasyThemeType? type,
- IconData? icon,
- IconData? closeIcon,
- Color? color,
- bool? ghost,
- VoidCallback? onClose,
Implementation
const EasyTag({
Key? key,
required this.text,
this.closable,
this.type,
this.icon,
this.closeIcon,
this.color,
this.ghost,
this.onClose,
}) : super(key: key);