CNIcon constructor
const
CNIcon({})
Creates a platform-rendered SF Symbol icon.
Implementation
const CNIcon({
super.key,
required this.symbol,
this.size,
this.color,
this.mode,
this.gradient,
this.height,
});