menu
simple_chat package
documentation
controllers/chat_scroll_controller.dart
ChatScrollController
setOffset method
setOffset method
dark_mode
light_mode
setOffset
method
void
setOffset
(
double
offset
)
The method for the set offset.
Implementation
void setOffset(double offset) { controller.jumpTo(offset); }
simple_chat package
documentation
controllers/chat_scroll_controller
ChatScrollController
setOffset method
ChatScrollController class