canRefresh property

bool get canRefresh

Implementation

bool get canRefresh =>
    !loading && !refreshing && !(pagination?.isLoading ?? false);