FastRoundedDuotoneIcon constructor

const FastRoundedDuotoneIcon({
  1. Key? key,
  2. required Widget icon,
  3. Color? backgroundColor,
  4. Color? iconColor,
  5. double? iconSize,
  6. FastPaletteScheme? palette,
  7. FastBoxShape? shape,
  8. double size = kFastIconSizeMedium,
})

Implementation

const FastRoundedDuotoneIcon({
  super.key,
  required super.icon,
  super.backgroundColor,
  super.iconColor,
  super.iconSize,
  this.palette,
  super.shape,
  super.size,
});