mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
use the <> icon to show code examples in the gallery (#20705)
This commit is contained in:
parent
eec2e629bf
commit
5cd97f0004
@ -64,7 +64,7 @@ class TabbedComponentDemoScaffold extends StatelessWidget {
|
|||||||
new Builder(
|
new Builder(
|
||||||
builder: (BuildContext context) {
|
builder: (BuildContext context) {
|
||||||
return new IconButton(
|
return new IconButton(
|
||||||
icon: const Icon(Icons.description),
|
icon: const Icon(Icons.code),
|
||||||
tooltip: 'Show example code',
|
tooltip: 'Show example code',
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
_showExampleCode(context);
|
_showExampleCode(context);
|
||||||
|
Loading…
Reference in New Issue
Block a user