resolveWindowBounds property

WindowBoundsResolver? resolveWindowBounds
getter/setter pair

A function that returns the global coordinates of the widget. Useful for computing interactions with children Widgets that get added later.

Implementation

WindowBoundsResolver? resolveWindowBounds;