Skip to content

BorderSideStrokeAlign

Inherits: float, Enum

Properties

  • CENTER

    The border is drawn on the center of the border path, with half of the

  • INSIDE

    The border is drawn fully inside of the border path.

  • OUTSIDE

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

Properties#

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.