Color.FromHex constructor

Color.FromHex(
  1. String hex
)

Implementation

factory Color.FromHex(String hex) => _colorFromHex(hex);