shouldShowLoadEarlier property

bool shouldShowLoadEarlier
final

Should the LoadEarlier Floating widget be shown or use load as you scroll scheme whcih will call the onLoadEarlier function as default it is set to this scheme which is false. false - load as you scroll scheme true - shows a loadEarlier Widget

Implementation

final bool shouldShowLoadEarlier;