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