shape property

OutlinedBorder? shape
final

The shape of the checkbox's Material.

If this property is null then CheckboxThemeData.shape of ThemeData.checkboxTheme is used. If that's null then the shape will be a RoundedRectangleBorder with a circular corner radius of 1.0 in Material 2, and 2.0 in Material 3.

Implementation

final OutlinedBorder? shape;