chore: Make progress indicators rounder
This commit is contained in:
parent
969f1deb48
commit
495efef591
1 changed files with 5 additions and 0 deletions
|
|
@ -116,6 +116,11 @@ abstract class FluffyThemes {
|
|||
),
|
||||
),
|
||||
),
|
||||
progressIndicatorTheme: ProgressIndicatorThemeData(
|
||||
strokeCap: StrokeCap.round,
|
||||
color: colorScheme.primary,
|
||||
refreshBackgroundColor: colorScheme.primaryContainer,
|
||||
),
|
||||
snackBarTheme: isColumnMode
|
||||
? const SnackBarThemeData(
|
||||
showCloseIcon: true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue