thumbIcon constant
Implementation
static const WidgetStateProperty<Icon> thumbIcon =
WidgetStateProperty<Icon>.fromMap(
<WidgetStatesConstraint, Icon>{
WidgetState.selected: Icon(Icons.check_rounded),
WidgetState.any: Icon(Icons.close_rounded),
},
);