activeIcon property

Widget? activeIcon
final

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

This property is optional.

Implementation

final Widget? activeIcon;