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