copyWith abstract method

PColorRGB copyWith({
  1. int? r,
  2. int? g,
  3. int? b,
  4. double? alpha,
})

Implementation

PColorRGB copyWith({int? r, int? g, int? b, double? alpha});