wColor function

Color wColor(
  1. String colorName
)

Wind颜色工具函数

Implementation

Color wColor(String colorName) {
  return Wind.getColor(colorName) ?? Colors.transparent;
}