icon property

Icon? icon
final

{@tool icon} The icon to display on top of the handler if The Icon.size is not provided the default is 30

Icon(Icons.filter_tilt_shift, size: iconSize, color: Colors.teal[700]);

{@end-tool}

Implementation

final Icon? icon;