contentHeight property
double
get
contentHeight
Get content height (excluding margins)
Implementation
double get contentHeight => height - marginTop - marginBottom;
Get content height (excluding margins)
double get contentHeight => height - marginTop - marginBottom;