clone method

  1. @override
ColorUint2 clone()
override

Returns a copy of the color.

Implementation

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