Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 28d271e

Browse files
Updated positional parameter ordering for IndexedStack example (#106687)
1 parent 21841d7 commit 28d271e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/api/lib/widgets/basic/indexed_stack.0.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class _MyStatefulWidgetState extends State<MyStatefulWidget> {
7272
}
7373
});
7474
},
75-
child: const Icon(key: Key('gesture1'), Icons.chevron_left),
75+
child: const Icon(Icons.chevron_left, key: Key('gesture1')),
7676
),
7777
Column(
7878
mainAxisAlignment: MainAxisAlignment.center,
@@ -95,7 +95,7 @@ class _MyStatefulWidgetState extends State<MyStatefulWidget> {
9595
}
9696
});
9797
},
98-
child: const Icon(key: Key('gesture2'), Icons.chevron_right),
98+
child: const Icon(Icons.chevron_right, key: Key('gesture2')),
9999
),
100100
],
101101
)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy