FancyIcon constructor
const
FancyIcon({})
Implementation
const FancyIcon({
this.child,
this.icon,
this.size = IconSize.lg,
this.color,
this.backgroundColor,
this.padding = 12,
this.round = true,
super.key,
}) : assert(child != null || icon != null);