CustomLoadings constructor

const CustomLoadings({
  1. Key? key,
  2. String? description,
  3. bool? showBgColor = true,
})

CustomLoading Loading 组件

Implementation

const CustomLoadings({super.key, this.description, this.showBgColor = true});