isLoading property

bool isLoading
final

Used to determine if loading of new data has finished. You should use set this if you aren't using a FutureBuilder or StreamBuilder

Implementation

final bool isLoading;