convertDropDownToValue static method

FontWeight convertDropDownToValue(
  1. String key
)

returns a FontWeight from Value

Implementation

static FontWeight convertDropDownToValue(final String key) {
  return _convertDropDownToValue(key);
}