Color.fromRGBO constructor Null safety

const Color.fromRGBO(
  1. int r,
  2. int g,
  3. int b,
  4. double opacity
)

Implementation

const factory Color.fromRGBO(
  int r,
  int g,
  int b,
  double opacity,
) = ColorRGBO;