mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Remove unneeded types (#949)
This commit is contained in:
@@ -29,7 +29,7 @@ class GalleryDrawer extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Drawer(
|
||||
child: ListView(children: <Widget>[
|
||||
child: ListView(children: [
|
||||
// Performance overlay toggle.
|
||||
ListTile(
|
||||
leading: const Icon(Icons.assessment),
|
||||
|
||||
Reference in New Issue
Block a user