touch property

Touch touch
final

If touch is Touch.inside, then alignment works just like the alignment for the Align widget, aligning the child inside of the container. However, if touch is Touch.outside, then the alignment happens outside of the container.

Implementation

final Touch touch;