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