size property

Observable<Size> size
final

Observable size of the node.

Changes to this value will automatically trigger UI updates.

Implementation

final Observable<Size> size;