clientHeight method

double? clientHeight()
inherited

Implementation

@pragma('vm:prefer-inline')
double? clientHeight() {
  return getSelfRenderBoxValue((renderBoxModel, _) => renderBoxModel.clientHeight);
}