Skip to content

Commit f1aacd9

Browse files
committed
feat: set default data values for viewport animation pipelines
1 parent 1cb6fd2 commit f1aacd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/demo/lib/examples/advanced/viewport_animations.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class _ViewportAnimationsExampleState extends State<ViewportAnimationsExample> {
140140
position: const Offset(80, 80),
141141
size: const Size(700, 280),
142142
title: 'Main Pipeline',
143-
data: '',
143+
data: 'Main Pipeline',
144144
color: Colors.blue.withValues(alpha: 0.1),
145145
behavior: GroupBehavior.bounds,
146146
zIndex: -1,
@@ -153,7 +153,7 @@ class _ViewportAnimationsExampleState extends State<ViewportAnimationsExample> {
153153
position: const Offset(830, 80),
154154
size: const Size(300, 280),
155155
title: 'Outputs',
156-
data: '',
156+
data: 'Outputs',
157157
color: Colors.orange.withValues(alpha: 0.1),
158158
behavior: GroupBehavior.bounds,
159159
zIndex: -1,

0 commit comments

Comments
 (0)