AbsoluteLayout.centeredVertically constructor
const
AbsoluteLayout.centeredVertically({
- dynamic left,
- dynamic right,
Helper constructor for centering vertically only
Implementation
const AbsoluteLayout.centeredVertically({
this.left,
this.right,
}) : top = "50%",
bottom = null,
translateX = null,
translateY = "-50%";