withColorFunc method
Returns a copy of the model with the given color function.
Implementation
ProgressModel withColorFunc(ColorFunc fn) {
return copyWith(colorFunc: fn, blend: []);
}
Returns a copy of the model with the given color function.
ProgressModel withColorFunc(ColorFunc fn) {
return copyWith(colorFunc: fn, blend: []);
}