toMaterialColor method

MaterialColor? toMaterialColor()

转换为MaterialColor

Implementation

MaterialColor? toMaterialColor() {
  return _colorMap[this];
}