mirror of
https://github.com/flutter/samples.git
synced 2025-11-14 11:28:36 +00:00
adds new components to the gallery
This commit is contained in:
@@ -10,7 +10,7 @@ class ListTilePage extends StatelessWidget {
|
||||
child: Center(
|
||||
child: ListView(
|
||||
children: [
|
||||
CupertinoListSection(
|
||||
CupertinoListSection.insetGrouped(
|
||||
children: [
|
||||
CupertinoListTile(
|
||||
title: Text('Title'),
|
||||
|
||||
Reference in New Issue
Block a user