AntdBadge constructor
const
AntdBadge({
- Key? key,
- AntdBadgeStyle? style,
- AntdStyleBuilder<
AntdBadgeStyle, AntdBadge> ? styleBuilder, - bool? bordered,
- AntdColor? color = AntdColor.danger,
- Widget? badge,
- bool? dot,
- AntdBadgePosition position = AntdBadgePosition.topRight,
- Widget? child,
- Offset? offset,
Implementation
const AntdBadge(
{super.key,
super.style,
super.styleBuilder,
this.bordered,
this.color = AntdColor.danger,
this.badge,
this.dot,
this.position = AntdBadgePosition.topRight,
this.child,
this.offset});