withBorder method

BarTrackStyle withBorder(
  1. BarBorderStyle value
)

Replaces BarTrackStyle.border with value.

Implementation

BarTrackStyle withBorder(BarBorderStyle value) => copyWith(border: value);