clientWidth property

int clientWidth

Implementation

int get clientWidth {
  double width = contentSize.width;
  width += renderStyle.padding.horizontal;
  return width.toInt();
}