ViewCornerRadius.bottomAll constructor

const ViewCornerRadius.bottomAll(
  1. double value
)

Implementation

const ViewCornerRadius.bottomAll(double value)
    : topLeft = 0,
      topRight = 0,
      bottomLeft = value,
      bottomRight = value;