menu
hardware_sensor_flutter package
documentation
hardware_sensors.dart
GravityEvent
GravityEvent.fromList constructor
GravityEvent.fromList constructor
dark_mode
light_mode
GravityEvent.fromList
constructor
GravityEvent.fromList
(
List
<
double
>
list
)
Implementation
GravityEvent.fromList(List<double> list) : x = list[0], y = list[1], z = list[2];
hardware_sensor_flutter package
documentation
hardware_sensors
GravityEvent
GravityEvent.fromList constructor
GravityEvent class