menu
power_image_ext package
documentation
image_info_ext.dart
PowerTextureImageInfo
sizeBytes property
sizeBytes property
dark_mode
light_mode
sizeBytes
property
int
get
sizeBytes
override
The size of raw image pixels in bytes.
Implementation
int get sizeBytes => width! * height! * 4;
power_image_ext package
documentation
image_info_ext
PowerTextureImageInfo
sizeBytes property
PowerTextureImageInfo class