AppLoadingControllerParams constructor

AppLoadingControllerParams({
  1. required bool visible,
  2. required bool hasBlurBackground,
  3. required String? message,
})

Implementation

AppLoadingControllerParams({
  required this.visible,
  required this.hasBlurBackground,
  required this.message,
});