Skip to content

CircleBorder

Inherits: OutlinedBorder

A border with a circle shape.

Properties

Methods

  • copy

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

Properties#

eccentricity #

eccentricity: Number = 0.0

Methods#

copy #

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

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