AntdBadgeStyle constructor

const AntdBadgeStyle({
  1. bool inherit = true,
  2. AntdBoxStyle? dotStyle,
  3. AntdBoxStyle? badgeStyle,
  4. AntdBoxStyle? bodyStyle,
  5. AntdBoxStyle? childStyle,
  6. Offset? offset,
})

Implementation

const AntdBadgeStyle({
  super.inherit,
  this.dotStyle,
  this.badgeStyle,
  this.bodyStyle,
  this.childStyle,
  this.offset,
});