usesKeyboard property

bool usesKeyboard
final

Whether a keyboard will be shown at any point of interaction with this modal, enabling the modal to avoid the keyboard when it shows.

Defaults to false.

Implementation

final bool usesKeyboard;