UIProgressBar constructor

UIProgressBar({
  1. int elementId = 0,
  2. List<String> labels = const [],
  3. String styleId = '',
  4. double percentage = 0.0,
})

Implementation

UIProgressBar({
    this.elementId = 0,
    this.labels = const [],
    this.styleId = '',
    this.percentage = 0.0,
});