itemBorderRadius property

BorderRadiusGeometry? itemBorderRadius
final

If non null, the corners of the page item are rounded by this ItemBorderRadius.

Applies only to boxes with rectangular shapes; see also:

BoxDecoration.borderRadius

Implementation

final BorderRadiusGeometry? itemBorderRadius;