borderRadius property
final
If non-null, the corners of this box are rounded by this BorderRadiusGeometry value.
Otherwise, the corners specified for the current type of material are used.
If shape is non null then the border radius is ignored.
Must be null if type is MaterialType.circle.
Implementation
final BorderRadiusGeometry? borderRadius;