FCorner constructor

const FCorner({
  1. double leftTopCorner = 0,
  2. double rightTopCorner = 0,
  3. double rightBottomCorner = 0,
  4. double leftBottomCorner = 0,
})

Implementation

const FCorner({
  this.leftTopCorner = 0,
  this.rightTopCorner = 0,
  this.rightBottomCorner = 0,
  this.leftBottomCorner = 0,
});