UO constructor

UO({
  1. bool topLeft = false,
  2. bool topRight = false,
  3. bool bottomLeft = false,
  4. bool bottomRight = false,
})

Implementation

UO({this.topLeft=false, this.topRight=false, this.bottomLeft=false, this.bottomRight=false});