IdsBadge constructor
const
IdsBadge(
- String data, {
- Key? key,
- IdsVariant variant = IdsVariant.soft,
- IdsSize size = IdsSize.tiny,
Implementation
const IdsBadge(
this.data, {
super.key,
this.variant = IdsVariant.soft,
this.size = IdsSize.tiny,
});