withBorder method
- BarBorderStyle value
Replaces BarTrackStyle.border with value.
Implementation
BarTrackStyle withBorder(BarBorderStyle value) => copyWith(border: value);
Replaces BarTrackStyle.border with value.
BarTrackStyle withBorder(BarBorderStyle value) => copyWith(border: value);