kHeight property
double
get
kHeight
Height of Keyboard
Implementation
double get kHeight => MediaQuery.of(this).viewInsets.bottom;
Height of Keyboard
double get kHeight => MediaQuery.of(this).viewInsets.bottom;