DeviceKeyboardStyle class abstract
The keyboard style allows to customize the virtual onscreen keyboard visuals.
- Annotations
-
- @freezed
Constructors
- DeviceKeyboardStyle({required Color backgroundColor, required Color button1BackgroundColor, required Color button1ForegroundColor, required Color button2BackgroundColor, required Color button2ForegroundColor})
-
Creates a new style for the virtual keyboard.
constfactory
- DeviceKeyboardStyle.dark()
-
A default dark theme for the virtual keyboard.
factory
Properties
- backgroundColor → Color
-
no setterinherited
-
no setterinherited
-
no setterinherited
-
no setterinherited
-
no setterinherited
-
copyWith
→ $DeviceKeyboardStyleCopyWith<
DeviceKeyboardStyle> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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