settings property
It is the configuration icon that appears in the ProgressBar and also in the Settings Menu
DEFAULT:
Icon(Icons.settings_outlined, color: Colors.white, size: 20);
Implementation
final Widget settings;
It is the configuration icon that appears in the ProgressBar and also in the Settings Menu
DEFAULT:
Icon(Icons.settings_outlined, color: Colors.white, size: 20);
final Widget settings;