mirror of
https://github.com/encounter/flutter.git
synced 2026-03-30 11:10:35 -07:00
Move icons stuff from material to widget (#10192)
Moved everything icons related except the material icon button and the materialicon font list to widget
This commit is contained in:
@@ -97,6 +97,6 @@ String getIconDeclaration(String line) {
|
||||
return '''
|
||||
|
||||
/// <p><i class="material-icons md-36">$name</i> — material icon named "$description".</p>
|
||||
static const IconData $identifier = const IconData(0x$codepoint);
|
||||
static const IconData $identifier = const IconData(0x$codepoint, fontFamily: 'MaterialIcons');
|
||||
''';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user