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
|
snackBarTheme: isColumnMode
|
||||||
? const SnackBarThemeData(
|
? const SnackBarThemeData(
|
||||||
showCloseIcon: true,
|
showCloseIcon: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue