clone method

  1. @override
ColorUint8 clone()
override

Returns a copy of the color.

Implementation

@override
ColorUint8 clone() => ColorUint8.from(this);