activeIcon property

dynamic get activeIcon

Implementation

get activeIcon => _activeIcon;
set activeIcon (dynamic value)

Implementation

set activeIcon(value) {
  _activeIcon = value;
}