selected property

Widget selected
final

It is the icon that appears when the current configuration is selected

DEFAULT:

 Icon(Icons.done, color: Colors.white, size: 20);

Implementation

final Widget selected;