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