ScrollToBottomOptions class Customization

Constructors

ScrollToBottomOptions({bool disabled = false, Widget scrollToBottomBuilder(ScrollController scrollController)?, void onScrollToBottomPress()?})
const

Properties

disabled bool
If you don't want to show the scroll-to-bottom widget
final
hashCode int
The hash code for this object.
no setterinherited
onScrollToBottomPress → (void Function()?)
Function to call when the scroll-to-bottom widget is pressed It will scroll down in any case
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollToBottomBuilder → (Widget Function(ScrollController scrollController)?)
Builder to create your own scroll-to-bottom widget You can use DefaultScrollToBottom to only override some variables
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited