menu
sensor_manager_android package
documentation
sensor_event.dart
SensorEvent
SensorEvent.new const constructor
SensorEvent.new const constructor
dark_mode
light_mode
SensorEvent
constructor
const
SensorEvent
(
Sensor
sensor
,
int
accuracy
,
int
timestamp
,
List
<
double
>
values
,
)
Implementation
const SensorEvent( this.sensor, this.accuracy, this.timestamp, this.values, );
sensor_manager_android package
documentation
sensor_event
SensorEvent
SensorEvent.new const constructor
SensorEvent class