selected property
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;
It is the icon that appears when the current configuration is selected
DEFAULT:
Icon(Icons.done, color: Colors.white, size: 20);
final Widget selected;