contentHeight property
double
get
contentHeight
Get usable screen height excluding app bar
Implementation
double get contentHeight => usableHeight - _appBarHeight;
Get usable screen height excluding app bar
double get contentHeight => usableHeight - _appBarHeight;