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:
xster
2017-05-21 16:57:31 -07:00
committed by GitHub
parent 5b1e972948
commit 40b67bb187
38 changed files with 1170 additions and 1209 deletions
+1 -1
View File
@@ -97,6 +97,6 @@ String getIconDeclaration(String line) {
return '''
/// <p><i class="material-icons md-36">$name</i> &#x2014; material icon named "$description".</p>
static const IconData $identifier = const IconData(0x$codepoint);
static const IconData $identifier = const IconData(0x$codepoint, fontFamily: 'MaterialIcons');
''';
}