withLabel method

FlutstrapProgress withLabel(
  1. String newLabel
)

Implementation

FlutstrapProgress withLabel(String newLabel) => copyWith(label: newLabel);