inactiveIcon property

Widget? inactiveIcon
final

The icon inside the toggle when the given value is false. inactiveIcon can be an Icon Widget, an Image or Fontawesome Icons.

This property is optional.

Implementation

final Widget? inactiveIcon;