heightWithoutViewInsets property

double heightWithoutViewInsets
return height - viewInsets.vertical

Implementation

double get heightWithoutViewInsets => height - viewInsets.vertical;