menu
flutstrap package
documentation
components/progress/flutstrap_progress.dart
FlutstrapProgress
withLabel method
withLabel method
dark_mode
light_mode
withLabel
method
FlutstrapProgress
withLabel
(
String
newLabel
)
Implementation
FlutstrapProgress withLabel(String newLabel) => copyWith(label: newLabel);
flutstrap package
documentation
components/progress/flutstrap_progress
FlutstrapProgress
withLabel method
FlutstrapProgress class