Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.
ConstrainedBox( constraints: BoxConstraints( maxWidth: MediaQuery.sizeOf(context).width * 0.6, ), child: const ShadProgress(value: 0.5),),
ConstrainedBox( constraints: BoxConstraints( maxWidth: MediaQuery.sizeOf(context).width * 0.6, ), child: const ShadProgress(),),