NUIListViewProgressWidget constructor

NUIListViewProgressWidget({
  1. Color progressColor = NUIColors.NUITextBlack,
  2. double progressSize = 30,
  3. double strokeSize = 2,
  4. 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)});