File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
packages/flutter/lib/src/material Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -93,15 +93,16 @@ class PlatformAdaptiveIcons implements Icons {
9393 // END GENERATED PLATFORM ADAPTIVE ICONS
9494}
9595
96- /// Identifiers for the supported Material Design icons.
96+ /// Identifiers for the supported [ Material Icons](https://material.io/resources/ icons) .
9797///
98- /// Use with the [Icon] class to show specific icons.
98+ /// Use with the [Icon] class to show specific icons. Icons are identified by
99+ /// their name as listed below, e.g. [Icons.airplanemode_on].
99100///
100- /// Icons are identified by their name as listed below, e.g. [Icons.airplanemode_on] .
101+ /// Search and find the perfect icon on the [Google Fonts](https://material.io/resources/icons) website .
101102///
102103/// To use this class, make sure you set `uses-material-design: true` in your
103104/// project's `pubspec.yaml` file in the `flutter` section. This ensures that
104- /// the MaterialIcons font is included in your application. This font is used to
105+ /// the Material Icons font is included in your application. This font is used to
105106/// display the icons. For example:
106107///
107108/// ```yaml
You can’t perform that action at this time.
0 commit comments