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