borderRadius property

BorderRadius? borderRadius
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;