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