menu
godex package
documentation
models/image.dart
Image
Image.new const constructor
Image.new const constructor
dark_mode
light_mode
Image
constructor
const
Image
(
List
<
int
>
argbPixels
,
int
width
,
int
height
)
Implementation
const Image(this.argbPixels, this.width, this.height);
godex package
documentation
models/image
Image
Image.new const constructor
Image class