Unverified Commit 5cd97f00 authored by xster's avatar xster Committed by GitHub

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

parent eec2e629
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment