contentWidth property

double get contentWidth

Get content width (excluding margins)

Implementation

double get contentWidth => width - marginLeft - marginRight;