AppCircularProgressIndicator constructor
const
AppCircularProgressIndicator({})
Implementation
const AppCircularProgressIndicator({
super.key,
required this.progress,
this.showText = false,
this.showPlatter = false,
this.loadingText = 'Loading...',
}) : assert(progress >= 0.0 && progress <= 1.0);