convertDropDownToValue static method
returns a FontWeight from Value
Implementation
static FontWeight convertDropDownToValue(final String key) {
return _convertDropDownToValue(key);
}
returns a FontWeight from Value
static FontWeight convertDropDownToValue(final String key) {
return _convertDropDownToValue(key);
}