RoundedRectangleBorder
A border with rounded rectangle corners.
Inherits: OutlinedBorder
Properties
radius- The radius for each corner.
Methods
copy- Returns a copy of this object with the specified properties overridden.
Properties
radiusclass-attributeinstance-attribute
radius: BorderRadiusValue | None = NoneThe radius for each corner.
Methods
copy
copy(
side: BorderSide | None = None,
radius: BorderRadiusValue | None = None,
) -> RoundedRectangleBorderReturns a copy of this object with the specified properties overridden.