ViewCornerRadius constructor

const ViewCornerRadius({
  1. double topLeft = 0,
  2. double topRight = 0,
  3. double bottomLeft = 0,
  4. double bottomRight = 0,
})

Implementation

const ViewCornerRadius({
  this.topLeft = 0,
  this.topRight = 0,
  this.bottomLeft = 0,
  this.bottomRight = 0,
});