KeyboardSafeAreaGeometry class
Insets applied by a KeyboardPanelScaffold to an ancestor KeyboardScaffoldSafeArea to deal with the presence or absence of the software keyboard.
Constructors
- KeyboardSafeAreaGeometry({double bottomInsets = 0, double bottomPadding = 0})
-
const
Properties
- bottomInsets → double
-
The space taken up by the keyboard or a keyboard panel.
final
- bottomPadding → double
-
The space taken up by the bottom notch of the OS, but only when the IME
connection is closed.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{double? bottomInsets, double? bottomPadding}) → KeyboardSafeAreaGeometry -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override