borderRadius property

BorderRadiusGeometry? borderRadius
final

Border radius applied to the checkbox square.

Overrides the theme default. Creates rounded corners on the checkbox container. When null, uses CheckboxTheme.borderRadius or theme small radius.

Implementation

final BorderRadiusGeometry? borderRadius;