Skip to content

StadiumBorder

StadiumBorder #

Bases: OutlinedBorder

A border that looks like a stadium.

side #

side: BorderSide | None = None

The border outline's color and weight.

copy_with #

copy_with(
    *, side: BorderSide | None = None
) -> StadiumBorder

Returns a copy of this object with the specified properties overridden.