menu
flutter_tello package
documentation
api/imu_attitude.dart
ImuAttitude
ImuAttitude const constructor
ImuAttitude const constructor
dark_mode
light_mode
ImuAttitude
constructor
const
ImuAttitude
(
int
pitch
,
int
roll
,
int
yaw
)
Implementation
const ImuAttitude(this.pitch, this.roll, this.yaw);
flutter_tello package
documentation
api/imu_attitude
ImuAttitude
ImuAttitude const constructor
ImuAttitude class