contentHeight property

double get contentHeight

Get content height (excluding margins)

Implementation

double get contentHeight => height - marginTop - marginBottom;