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