isSmall property

bool get isSmall

getter for small screens

Implementation

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