alignOriginY property
What point of the origin to use on the y-axis.
In most implementations:
Alignment.start
== clientRect.topAlignment.center
== clientRect.top + clientRect.height / 2Alignment.end
== clientRect.top + clientRect.height
Changing this value will fire a new event on measure
.
Implementation
@override
Alignment? get alignOriginY => _alignOriginY;