TDCapsuleRectRangeSliderTrackShape constructor

const TDCapsuleRectRangeSliderTrackShape({
  1. Color trackColorWhenShowScale = const Color(0xFFE7E7E7),
})

Create a slider track with rounded outer edges.

The middle track segment is the selected range and is active, and the two outer track segments are inactive.

Implementation

const TDCapsuleRectRangeSliderTrackShape(
    {this.trackColorWhenShowScale = const Color(0xFFE7E7E7)});