childBuild method
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();
}