NativeDeviceOrientationReader constructor

const NativeDeviceOrientationReader({
  1. Key? key,
  2. bool useSensor = false,
  3. required WidgetBuilder builder,
})

Implementation

const NativeDeviceOrientationReader({
  super.key,
  this.useSensor = false,
  required this.builder,
});