DeviceOrientationChangedEvent constructor

const DeviceOrientationChangedEvent(
  1. DeviceOrientation orientation
)

Build a new orientation changed event.

Implementation

const DeviceOrientationChangedEvent(this.orientation);