isShort property

bool isShort
final

Indicates the header is being displayed in a shorter/narrower context.

This will be used to tighten up the space between the help text and date text if true. Additionally, it will use a smaller typography style if true.

This is necessary for displaying the manual input mode in landscape orientation, in order to account for the keyboard height.

Implementation

final bool isShort;