ScrollToBottomOptions constructor
const
ScrollToBottomOptions({})
Implementation
const ScrollToBottomOptions({
this.disabled = false,
this.alwaysVisible = false,
this.onScrollToBottomPress,
this.scrollToBottomBuilder,
this.bottomOffset = 72,
this.rightOffset = 16,
this.showText = false,
this.buttonText = 'Scroll to bottom',
});