onDeviceOrientation 属性

Stream<DeviceOrientationEvent> onDeviceOrientation

由该 Window 处理的 deviceorientation 事件的流。

实现

Stream<DeviceOrientationEvent> get onDeviceOrientation =>
    deviceOrientationEvent.forTarget(this);