isLoading property
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;
Used to determine if loading of new data has finished. You should use set this if you aren't using a FutureBuilder or StreamBuilder
final bool isLoading;