FastDuotoneBadge constructor
      const
      FastDuotoneBadge({ 
    
    
- Key? key,
 - Color? backgroundColor,
 - BorderRadius? borderRadius,
 - Color? textColor,
 - EdgeInsetsGeometry? padding = _kBadgePadding,
 - FastPaletteScheme? palette,
 - String? text,
 
Implementation
const FastDuotoneBadge({
  super.key,
  super.backgroundColor,
  super.borderRadius,
  super.textColor,
  super.padding,
  this.palette,
  super.text,
});