ViewCornerRadius.topAll constructor

const ViewCornerRadius.topAll(
  1. double value
)

Implementation

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