inactiveThumbImage property

ImageProvider<Object>? inactiveThumbImage
final

An image to use on the thumb of this switch when the switch is off.

Ignored if created with SwitchListTile.adaptive.

Implementation

final ImageProvider? inactiveThumbImage;