NUIListViewProgressWidget constructor
NUIListViewProgressWidget({
- Color progressColor = NUIColors.NUITextBlack,
- double progressSize = 30,
- double strokeSize = 2,
- EdgeInsets padding = const EdgeInsets.only(top: 20, bottom: 20, left: 10, right: 10),
Implementation
NUIListViewProgressWidget({this.progressColor = NUIColors.NUITextBlack, this.progressSize = 30, this.strokeSize = 2, this.padding = const EdgeInsets.only(top: 20, bottom: 20, left: 10, right: 10)});