AbsoluteLayout constructor

const AbsoluteLayout({
  1. dynamic left,
  2. dynamic top,
  3. dynamic right,
  4. dynamic bottom,
  5. dynamic translateX,
  6. dynamic translateY,
})

Implementation

const AbsoluteLayout({
  this.left,
  this.top,
  this.right,
  this.bottom,
  this.translateX,
  this.translateY,
});