remainingScroll property

double get remainingScroll

Implementation

double get remainingScroll =>
    hasClients ? position.maxScrollExtent - offset : 0.0;