errorWidget property

Widget errorWidget
getter/setter pair

Implementation

static Widget errorWidget = ComEmpty(
  message: Text(
    '加载错误'.tr,
    style: Theme.of(Get.context!).textTheme.bodySmall,
  ),
);