File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/demo/lib/examples/advanced Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments