progressTheme method

  1. @override
ShadProgressTheme progressTheme()
override

Implementation

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