height property

int get height

Gets the viewport height.

Implementation

int get height => _viewport.height ?? 0;