ShouldFollowContent typedef

ShouldFollowContent = bool Function(LoadStatus? status)

Determines whether the footer should follow the content when the viewport is not full.

Implementation

typedef ShouldFollowContent = bool Function(LoadStatus? status);