strokeOutset property

double get strokeOutset

Get the amount of the stroke width that lies outside of the WxBorderSide.

For example, this will return 0 for a offset of -1, half the effectiveWidth for a offset of 0, and the effectiveWidth for a offset of 1.

Implementation

double get strokeOutset => effectiveWidth * (1 + effectiveOffset) / 2;