onDeviceMotion property Null safety

Stream<DeviceMotionEvent> onDeviceMotion

Stream of devicemotion events handled by this Window.

Implementation

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