isLoading property

bool get isLoading

是否正在加载更多

Implementation

bool get isLoading => footerMode?.value == LoadStatus.loading;