IndividualRadius constructor

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

Implementation

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