Flutter
dart:ui
Image
width property
width
Image class
Properties
height
width
hashCode
runtimeType
Methods
dispose
toByteData
toString
noSuchMethod
Operators
operator ==
width property
int
width
The number of image pixels along the image's horizontal axis.
Implementation
int get width native 'Image_width';