borderRadius property
The borderRadius determines the border radius of the Container, and the child is clipped to fit the Container. default value is BorderRadius.zero
Implementation
final BorderRadius borderRadius;
The borderRadius determines the border radius of the Container, and the child is clipped to fit the Container. default value is BorderRadius.zero
final BorderRadius borderRadius;