settings property

Widget settings
final

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;