isSmall property
bool
get
isSmall
getter for small screens
Implementation
bool get isSmall => (initialHeight - keyboardHeight) < smallSize;
getter for small screens
bool get isSmall => (initialHeight - keyboardHeight) < smallSize;