childBuild method

  1. @override
Widget childBuild()
override

Implementation

@override
Widget childBuild() {
  // if (!loading && (error || options.isEmpty)) {
  //   return AUnexpectedError(
  //     noHeight: true,
  //     row: true,
  //     onRefresh: loadData,
  //   );
  // }
  // return ALoadingOverlay(
  //   loading: loading,
  //   content: super.childBuild(),
  // );
  return super.childBuild();
}