isSmall property

bool isSmall

getter for small screens

Implementation

bool get isSmall => (initialHeight - keyboardHeight) < smallSize;