ColorInt32.fromList constructor

ColorInt32.fromList(
  1. List<int> color
)

Implementation

ColorInt32.fromList(List<int> color) : data = Int32List.fromList(color);