withCornerRadius method
- double value
Replaces BarTrackStyle.cornerRadius with value.
Implementation
BarTrackStyle withCornerRadius(double value) => copyWith(cornerRadius: value);
Replaces BarTrackStyle.cornerRadius with value.
BarTrackStyle withCornerRadius(double value) => copyWith(cornerRadius: value);