show static method

void show({
  1. String? text,
})

Implementation

static void show({String? text}) {
  EasyLoading.instance.userInteractions = false;
  EasyLoading.show(status: text ?? 'Loading...');
}