shape property
final
The shape of the checkbox.
If this property is null then the shape defaults to a RoundedRectangleBorder with a circular corner radius of 4.0.
Implementation
final OutlinedBorder? shape;
The shape of the checkbox.
If this property is null then the shape defaults to a RoundedRectangleBorder with a circular corner radius of 4.0.
final OutlinedBorder? shape;