ColorUint32.from constructor

ColorUint32.from(
  1. ColorUint32 other
)

Implementation

ColorUint32.from(ColorUint32 other) : data = Uint32List.fromList(other.data);