params property
Implementation
final params = ValueNotifier<AppLoadingControllerParams>(
AppLoadingControllerParams(
visible: false, hasBlurBackground: true, message: null),
);
final params = ValueNotifier<AppLoadingControllerParams>(
AppLoadingControllerParams(
visible: false, hasBlurBackground: true, message: null),
);