showLoading({bool blurBG = true, String? msg}) { params.value = params.value.copyWith( visible: true, hasBlurBackground: blurBG, message: msg, ); }