FIcon constructor
const
FIcon(
- FIconObject icon, {
- double? size,
- Color? color,
- Key? key,
Implementation
const FIcon(
this.icon, {
this.size,
this.color,
super.key,
});