Skip to content

BorderSideStrokeAlign

BorderSideStrokeAlign #

Bases: float, Enum

CENTER = 0.0 #

The border is drawn on the center of the border path, with half of the BorderSide.width on the inside, and the other half on the outside of the path.

INSIDE = -1.0 #

The border is drawn fully inside of the border path.

OUTSIDE = 1.0 #

The border is drawn on the outside of the border path.