IdsBadge constructor

const IdsBadge(
  1. String data, {
  2. Key? key,
  3. IdsVariant variant = IdsVariant.soft,
  4. IdsSize size = IdsSize.tiny,
})

Implementation

const IdsBadge(
  this.data, {
  super.key,
  this.variant = IdsVariant.soft,
  this.size = IdsSize.tiny,
});