reflowOrientation property

set reflowOrientation (String value)

The scrolling direction of the reflow control.

The value is given as one of the ReflowOrientation constants. Defaults to the viewer's scroll direction.

Implementation

set reflowOrientation(String value) => _reflowOrientation = value;