We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d1e24 commit 2fb383cCopy full SHA for 2fb383c
example/lib/stories/rolling_app_bar_animation.dart
@@ -25,7 +25,7 @@ class _RollingAppBarAnimationState extends State<RollingAppBarAnimation> {
25
padding: const EdgeInsets.all(8),
26
margin: const EdgeInsets.all(32),
27
decoration: BoxDecoration(
28
- color: Theme.of(context).primaryColor,
+ color: Theme.of(context).colorScheme.surface,
29
borderRadius: BorderRadius.circular(8),
30
),
31
clipBehavior: Clip.hardEdge,
0 commit comments