RadiusPlus.top constructor

RadiusPlus.top(
  1. double radiusTop
)

Radius to all top corners

Implementation

RadiusPlus.top(double radiusTop)
    : all = null,
      topLeft = radiusTop,
      topRight = radiusTop,
      bottomLeft = null,
      bottomRight = null;