SuperKeyboard class

A unified API for tracking the software keyboard status, regardless of platform.

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
keyboardHeight ValueListenable<double?>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state ValueListenable<KeyboardState>
no setter

Methods

enablePlatformLogging(bool isEnabled) Future<void>
Enable/disable platform-side logging, e.g., Android or iOS logs.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance SuperKeyboard
no setter
log → Logger
final
testInstance SuperKeyboard?
no getter

Static Methods

startLogging([Level level = Level.ALL]) → void
stopLogging() → void