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