mirror of
https://github.com/flutter/samples.git
synced 2025-11-11 23:39:14 +00:00
Pressable veggie cards, new launcher icon, release metadata. (#54)
This commit is contained in:
@@ -48,9 +48,9 @@ class FavoritesScreen extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
return CupertinoTabView(
|
||||
builder: (context) {
|
||||
return DecoratedBox(
|
||||
decoration: BoxDecoration(
|
||||
color: Styles.scaffoldBackground,
|
||||
return CupertinoPageScaffold(
|
||||
navigationBar: CupertinoNavigationBar(
|
||||
middle: Text('My Garden'),
|
||||
),
|
||||
child: Center(
|
||||
child: _buildTabViewBody(context),
|
||||
|
||||
Reference in New Issue
Block a user