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 {
93
93
// END GENERATED PLATFORM ADAPTIVE ICONS
94
94
}
95
95
96
- /// Identifiers for the supported Material Design icons.
96
+ /// Identifiers for the supported [ Material Icons](https://material.io/resources/ icons) .
97
97
///
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].
99
100
///
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 .
101
102
///
102
103
/// To use this class, make sure you set `uses-material-design: true` in your
103
104
/// 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
105
106
/// display the icons. For example:
106
107
///
107
108
/// ```yaml
You can’t perform that action at this time.
0 commit comments