icon property

Icon? icon
final

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]);

Implementation

final Icon? icon;