trackShape static method

SliderThemeData trackShape(
  1. SliderTrackShape shape
)

Implementation

static SliderThemeData trackShape(SliderTrackShape shape) =>
    SliderThemeData(trackShape: shape);