Color constructor Null safety

const Color(
  1. int value
)

Implementation

const factory Color(int value) = _Color;