ShouldFollowContent typedef
ShouldFollowContent =
bool Function(LoadStatus? status)
when viewport not full one page, for different state,whether it should follow the content
Implementation
typedef bool ShouldFollowContent(LoadStatus? status);