width property

  1. @override
int width
inherited

Image width in pixels.

Implementation

@override
int get width => super.width!;