onDeviceMotion property
Stream<DeviceMotionEvent>
get
onDeviceMotion
Stream of devicemotion events handled by this Window.
Implementation
Stream<DeviceMotionEvent> get onDeviceMotion =>
deviceMotionEvent.forTarget(this);