borderRadius property

BorderRadiusGeometry? borderRadius
final

Border radius for the code snippet container corners.

Type: BorderRadiusGeometry?. Controls corner rounding of the container. If null, uses the theme's default radius for code components.

Implementation

final BorderRadiusGeometry? borderRadius;