const TBadge.secondary({ Key? key, required String label, double radius = 8, }) : this._( label: label, badgeType: TBadgeType.secondary, radius: radius, );