size property

Size size
getter/setter pair

The size of the area to be panned.

This value is only required by some implementations, e.g. CircularPanPhysics.It is set by PanAwareBuilder. Therefore users must not update it manually.

Implementation

Size size = Size(0.0, 0.0);