activeIcon property

dynamic activeIcon
final

The icon to display when the button is active.

Supports IconData, List<List<dynamic>> (HugeIcon), or Widget. Falls back to icon if not provided.

Implementation

final dynamic activeIcon;