menu
flutter_floating package
documentation
floating/control/scroll_position_control.dart
ScrollPositionControl
setScrollBottom method
setScrollBottom method
dark_mode
light_mode
setScrollBottom
method
dynamic
setScrollBottom
(
dynamic
scrollBottom
(
double
bottom
)
)
Implementation
setScrollBottom(Function(double bottom) scrollBottom) { _scrollBottom = scrollBottom; }
flutter_floating package
documentation
floating/control/scroll_position_control
ScrollPositionControl
setScrollBottom method
ScrollPositionControl class