edgeWidth property

double edgeWidth

Returns left and right line width depending on edgesType

Implementation

double get edgeWidth =>
    edgesType == TrimSliderEdgesType.bar ? edgesSize : lineWidth;