LoadingWidget constructor

const LoadingWidget(
  1. {Key? key,
  2. bool isBlurBackground = true}
)

Implementation

const LoadingWidget({super.key, this.isBlurBackground = true});