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