ColorInt8.fromList constructor

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

Implementation

ColorInt8.fromList(List<int> color) : data = Int8List.fromList(color);