FastRoundedDuotoneIcon constructor
const
FastRoundedDuotoneIcon({
- Key? key,
- required Widget icon,
- Color? backgroundColor,
- Color? iconColor,
- double? iconSize,
- FastPaletteScheme? palette,
- FastBoxShape? shape,
- double size = kFastIconSizeMedium,
Implementation
const FastRoundedDuotoneIcon({
super.key,
required super.icon,
super.backgroundColor,
super.iconColor,
super.iconSize,
this.palette,
super.shape,
super.size,
});