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