hex static method

HexColor hex(
  1. int value
)

Implementation

static HexColor hex(int value) => HexColor(value);