showLoading property

bool showLoading
final

show loading or not, default is false. if showLoading is true & no custom loading widget, it will show a CircularProgressIndicator.

Implementation

final bool showLoading;