ViewCornerRadius.rightAll constructor

const ViewCornerRadius.rightAll(
  1. double value
)

Implementation

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