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