clientHeight property

int get clientHeight
inherited

Implementation

int get clientHeight => renderBoxModel?.clientHeight ?? 0;