Resolves #312 Add white value control for light
This commit is contained in:
@ -2923,11 +2923,11 @@ class MaterialDesignIcons {
|
||||
}
|
||||
}*/
|
||||
|
||||
static IconData createIconDataFromIconCode(int code) {
|
||||
static IconData getIconDataFromIconCode(int code) {
|
||||
return IconData(code, fontFamily: 'Material Design Icons');
|
||||
}
|
||||
|
||||
static IconData createIconDataFromIconName(String name) {
|
||||
static IconData getIconDataFromIconName(String name) {
|
||||
return IconData(getIconCodeByIconName(name), fontFamily: 'Material Design Icons');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user