CustomBadge constructor
const
CustomBadge({})
Badge 徽章组件
Implementation
const CustomBadge({
super.key,
this.alignment,
this.backgroundColor,
this.child,
this.isLabelVisible = true,
this.label,
this.largeSize,
this.offset,
this.padding,
this.smallSize,
this.textStyle,
this.textColor,
});