heightWithoutViewInsets property

double get heightWithoutViewInsets
return height - viewInsets.vertical

Implementation

double get heightWithoutViewInsets => height - viewInsets.vertical;