heightWithoutViewInsets property
double
get
heightWithoutViewInsets
return height - viewInsets.vertical
Implementation
double get heightWithoutViewInsets => height - viewInsets.vertical;
return height - viewInsets.vertical
double get heightWithoutViewInsets => height - viewInsets.vertical;