withCornerRadius method

BarTrackStyle withCornerRadius(
  1. double value
)

Replaces BarTrackStyle.cornerRadius with value.

Implementation

BarTrackStyle withCornerRadius(double value) => copyWith(cornerRadius: value);