menu
tcic_client_ui package
documentation
third_party/floating/manager/scroll_position_manager.dart
ScrollPositionManager
scrollBottom method
scrollBottom method
dark_mode
light_mode
scrollBottom
method
dynamic
scrollBottom
(
double
bottom
)
从当前滑动到距离底部
bottom
的位置
Implementation
scrollBottom(double bottom) { _control.scrollBottom(bottom); }
tcic_client_ui package
documentation
third_party/floating/manager/scroll_position_manager
ScrollPositionManager
scrollBottom method
ScrollPositionManager class