Flutter
painting
ImageInfo
sizeBytes property
sizeBytes
description
sizeBytes
property
Null safety
int
sizeBytes
The size of raw image pixels in bytes.
Implementation
int get sizeBytes => image.height * image.width * 4;
Flutter
painting
ImageInfo
sizeBytes property
ImageInfo class
Constructors
ImageInfo
Properties
debugLabel
hashCode
image
runtimeType
scale
sizeBytes
Methods
clone
dispose
isCloneOf
noSuchMethod
toString
Operators
operator ==