scaledStrokeWidth property

double scaledStrokeWidth

Returns the scaled stroke width based on the stroke multiplier.

Implementation

double get scaledStrokeWidth => _strokeWidth * _strokeMultiplier;