menu
kraken_video_player package
documentation
media_element.dart
MediaElement
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_video_player package
documentation
media_element
MediaElement
scrollBy method
MediaElement class