clone method

  1. @override
ColorUint16 clone()
override

Returns a copy of the color.

Implementation

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