contentWidth property

double get contentWidth

contentWidth API.

Implementation

double get contentWidth =>
    (width - marginLeft - marginRight).clamp(1, width);