const AppLinearProgressIndicator({ super.key, required this.progress, }) : assert(progress >= 0.0 && progress <= 1.0);