RadiusPlus.bottom constructor

RadiusPlus.bottom(
  1. double radiusBottom
)

Radius to all bottom corners

Implementation

RadiusPlus.bottom(double radiusBottom)
    : all = null,
      topLeft = null,
      topRight = null,
      bottomLeft = radiusBottom,
      bottomRight = radiusBottom;