Skip to content

CircleBorder

CircleBorder #

Bases: OutlinedBorder

A border with a circle shape.

eccentricity #

eccentricity: Number = 0.0

side #

side: BorderSide | None = None

The border outline's color and weight.

copy_with #

copy_with(
    *,
    side: BorderSide | None = None,
    eccentricity: Number | None = None,
) -> CircleBorder

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