Skip to content

RoundedRectangleBorder

Inherits: OutlinedBorder

A border with rounded rectangle corners.

Properties

Methods

  • copy

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

Properties#

radius class-attribute instance-attribute #

radius: Optional[BorderRadiusValue] = None

The radius for each corner.

Methods#

copy #

copy(
    *,
    side: Optional[BorderSide] = None,
    radius: Optional[BorderRadiusValue] = None,
) -> RoundedRectangleBorder

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