menu
kraken_camera package
documentation
camera_element.dart
CameraPreviewElement
scrollBy method
scrollBy method
dark_mode
light_mode
scrollBy
method
void
scrollBy
(
double
x
,
double
y
)
inherited
Implementation
void scrollBy(double x, double y) { _scrollBy(dx: x, dy: y, withAnimation: false); }
kraken_camera package
documentation
camera_element
CameraPreviewElement
scrollBy method
CameraPreviewElement class