X11Trap constructor

const X11Trap(
  1. double top,
  2. double bottom,
  3. X11LineFixed left,
  4. X11LineFixed right,
)

Implementation

const X11Trap(this.top, this.bottom, this.left, this.right);