ViewCornerRadius.leftAll constructor

const ViewCornerRadius.leftAll(
  1. double value
)

Implementation

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