progressTheme method
Implementation
@override
ShadProgressTheme progressTheme() {
return ShadProgressTheme(
minHeight: 16,
color: colorScheme.primary,
backgroundColor: colorScheme.secondary,
borderRadius: const BorderRadius.all(Radius.circular(16)),
);
}