needShowLoadingWidget property

bool get needShowLoadingWidget
inherited

Implementation

bool get needShowLoadingWidget {
  try {
    return _castWidget.needLoading(this);
  } catch (e) {
    return false;
  }
}