menu
bonfire package
documentation
camera/bonfire_camera.dart
BonfireCamera
moveDown method
moveDown method
dark_mode
light_mode
moveDown
method
void
moveDown
(
double
displacement
)
Implementation
void moveDown(double displacement) { position = position.translated(0, displacement); }
bonfire package
documentation
camera/bonfire_camera
BonfireCamera
moveDown method
BonfireCamera class