clientHeight property

double clientHeight

Implementation

double get clientHeight {
  double height = contentSize.height;
  height += renderStyle.padding.vertical;
  return height;
}