use the <> icon to show code examples in the gallery (#20705)

This commit is contained in:
xster 2018-08-16 14:10:22 -07:00 committed by GitHub
parent eec2e629bf
commit 5cd97f0004
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ class TabbedComponentDemoScaffold extends StatelessWidget {
new Builder(
builder: (BuildContext context) {
return new IconButton(
icon: const Icon(Icons.description),
icon: const Icon(Icons.code),
tooltip: 'Show example code',
onPressed: () {
_showExampleCode(context);