DeviceOrientationEvent.constructor constructor

DeviceOrientationEvent.constructor(
  1. String type, {
  2. num? absolute,
  3. num? alpha,
  4. num? beta,
  5. num? gamma,
})

Implementation

DeviceOrientationEvent.constructor(
  super.type, {
  this.absolute,
  this.alpha,
  this.beta,
  this.gamma,
}) : super.internal();