menu
flutter_tello package
documentation
api/imu_velocity.dart
ImuVelocity
ImuVelocity const constructor
ImuVelocity const constructor
dark_mode
light_mode
ImuVelocity
constructor
const
ImuVelocity
(
int
xVelocity
,
int
yVelocity
,
int
zVelocity
)
Implementation
const ImuVelocity(this.xVelocity, this.yVelocity, this.zVelocity);
flutter_tello package
documentation
api/imu_velocity
ImuVelocity
ImuVelocity const constructor
ImuVelocity class