contentWidth property

double get contentWidth

Implementation

double get contentWidth {
  return width - (contentInsets * 2);
}