menu
files_preview package
documentation
image.dart
ColorUint4
ColorUint4.new constructor
ColorUint4.new constructor
dark_mode
light_mode
ColorUint4
constructor
ColorUint4
(
int
length
)
Implementation
ColorUint4(this.length) : data = Uint8List(length < 3 ? 1 : 2);
files_preview package
documentation
image
ColorUint4
ColorUint4.new constructor
ColorUint4 class