onDeviceMotion 属性

Stream<DeviceMotionEvent> onDeviceMotion

由该 Window 处理的 devicemotion 事件流。

实现

Stream<DeviceMotionEvent> get onDeviceMotion =>
    deviceMotionEvent.forTarget(this);