ALProgressIndicator constructor
const
ALProgressIndicator({})
Implementation
const ALProgressIndicator({
Key? key,
required this.indicatorColor,
required this.loadingText,
required this.secondaryText,
this.strokeWidth, // Optional strokeWidth parameter
}) : super(key: key);