fromValue static method

Colors fromValue(
  1. int value
)

Implementation

static Colors fromValue(int value) => Colors._fromValue(value);