showEmptyView method

void showEmptyView(
  1. bool show
)

设置空视图隐藏与显示

Implementation

void showEmptyView(bool show) {
  isEmptyData = show;
  notifierLazy();
}