showWhiteLoading static method

dynamic showWhiteLoading({
  1. String? text,
})

Implementation

static showWhiteLoading({String? text}) {
  _instance._showLoading(
    text: text,
    customBoxColor: GTFColor.white,
    customBallColor: GTFColor.yellowPrimary,
    customTextColor: GTFColor.yellowPrimary,
  );
}