mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
remove some elements and add settings page
This commit is contained in:
@@ -18,7 +18,7 @@ class _SegmentedControlPageState extends State<SegmentedControlPage> {
|
||||
),
|
||||
child: Center(
|
||||
child: CupertinoSegmentedControl<int>(
|
||||
children: const <int, Widget>{
|
||||
children: <int, Widget>{
|
||||
0: Text('One'),
|
||||
1: Text('Two'),
|
||||
2: Text('Three'),
|
||||
|
||||
Reference in New Issue
Block a user