icon property
Icon builder that receives the foreground color and icon size.
Usage: icon: (color, size) => HugeIcon(icon: HugeIcons.strokeRoundedBookmark01, color: color, size: size)
Implementation
final Widget Function(Color color, double size) icon;