@override Widget get statusBody { return controller.obx( (state) => body, onLoading: loading, onEmpty: empty, onError: (e) => error, ); }