borderRadius property
final
      The border radius for the InkWell that wraps the child.
Defaults to null, which indicates no border radius should be applied.
Implementation
final BorderRadius? borderRadius;
The border radius for the InkWell that wraps the child.
Defaults to null, which indicates no border radius should be applied.
final BorderRadius? borderRadius;