copyWith abstract method

  1. @override
ColorModel copyWith({
  1. int? alpha,
})

Returns a copy of this color modified with the provided values.

Implementation

@override
ColorModel copyWith({int? alpha});