Color.fromARGB constructor Null safety

const Color.fromARGB(
  1. int a,
  2. int r,
  3. int g,
  4. int b
)

Implementation

const factory Color.fromARGB(
  int a,
  int r,
  int g,
  int b,
) = ColorARGB;