JJDialogLoading constructor
const
JJDialogLoading({})
Implementation
const JJDialogLoading({
Key? key,
this.type = JJDialogLoadingType.circularProgressIndicator,
///custom
this.loading,
///text
this.text,
//this.value, //因为作为加载动画,所以不提供设置该值
this.backgroundColor,
this.color,
this.valueColor,
this.radius = 20,
}) : super(key: key);