FastDuotoneBadge constructor

const FastDuotoneBadge({
  1. Key? key,
  2. Color? backgroundColor,
  3. BorderRadius? borderRadius,
  4. Color? textColor,
  5. EdgeInsetsGeometry? padding = _kBadgePadding,
  6. FastPaletteScheme? palette,
  7. String? text = _kBadgeText,
})

Implementation

const FastDuotoneBadge({
  super.key,
  super.backgroundColor,
  super.borderRadius,
  super.textColor,
  super.padding,
  this.palette,
  super.text,
});