availableHeight property
double
get
availableHeight
Total page height excluding margins
Implementation
double get availableHeight => height - marginTop - marginBottom;
Total page height excluding margins
double get availableHeight => height - marginTop - marginBottom;