AntdBadgeStyle constructor
const
AntdBadgeStyle({
- bool inherit = true,
- AntdBoxStyle? dotStyle,
- AntdBoxStyle? badgeStyle,
- AntdBoxStyle? bodyStyle,
- AntdBoxStyle? childStyle,
- Offset? offset,
Implementation
const AntdBadgeStyle({
super.inherit,
this.dotStyle,
this.badgeStyle,
this.bodyStyle,
this.childStyle,
this.offset,
});