menu
kraken_animation_player package
documentation
animation_player_element.dart
AnimationPlayerElement
scroll method
scroll method
dark_mode
light_mode
scroll
method
void
scroll
(
double
x
,
double
y
)
inherited
Implementation
void scroll(double x, double y) { _scrollTo(x: x, y: y, withAnimation: false); }
kraken_animation_player package
documentation
animation_player_element
AnimationPlayerElement
scroll method
AnimationPlayerElement class