selectedIcon property

set selectedIcon (Widget value)

选中状态图标 setter

Implementation

set selectedIcon(Widget value) {
  _selectedIcon = value;
}