clientWidth property

int get clientWidth
inherited

Implementation

int get clientWidth => renderBoxModel?.clientWidth ?? 0;