contentHeight property

double get contentHeight

contentHeight API.

Implementation

double get contentHeight =>
    (height - marginTop - marginBottom).clamp(1, height);