thicknessEnd property

double? thicknessEnd
final

The width of the needle at the end of the needle (away from the center of the axis).

If thicknessStart and thicknessEnd are non-null, thickness will be ignored. If thickness is non-null and thicknessStart is non-null, thickness will act as ticknessEnd. If thickness is non-null and thicknessEnd is non-null, thickness will act as ticknessStart.

Implementation

final double? thicknessEnd;