mirror of
https://github.com/flutter/samples.git
synced 2026-07-15 21:42:27 +00:00
Remove code_sharing and place_tracker, cleanup repo (#2831)
Fixes #2818, #2523, #2528
This commit is contained in:
@@ -13,9 +13,7 @@ class _CheckboxPageState extends State<CheckboxPage> {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return CupertinoPageScaffold(
|
||||
navigationBar: const CupertinoNavigationBar(
|
||||
middle: Text('Checkbox'),
|
||||
),
|
||||
navigationBar: const CupertinoNavigationBar(middle: Text('Checkbox')),
|
||||
child: Center(
|
||||
child: CupertinoCheckbox(
|
||||
value: _value,
|
||||
|
||||
Reference in New Issue
Block a user