height property

  1. @override
int height

The height of the image canvas.

Implementation

@override
int get height => super.height ~/ 2;