TatweerBadge constructor
const
TatweerBadge({})
Implementation
const TatweerBadge({
Key? key,
required this.text,
this.color,
this.textColor,
this.size,
this.variant = 'filled',
this.padding,
this.borderRadius,
this.circular = false,
this.icon,
this.iconSize,
}) : super(key: key);