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