FastRoundedIcon constructor
const
FastRoundedIcon({})
Implementation
const FastRoundedIcon({
super.key,
required this.icon,
this.size = kFastIconSizeMedium,
this.ratio = 0.5,
this.backgroundColor,
this.iconColor,
this.iconSize,
this.shape,
});