clientWidth property

double clientWidth

Implementation

double get clientWidth {
  double width = contentSize.width;
  width += renderStyle.padding.horizontal;
  return width;
}