contentHeight property

double get contentHeight

Get usable screen height excluding app bar

Implementation

double get contentHeight => usableHeight - _appBarHeight;