DeviceKeyboardStyle class
The keyboard style allows to customize the virtual onscreen keyboard visuals.
Constructors
- DeviceKeyboardStyle.new({required Color backgroundColor, required Color button1BackgroundColor, required Color button1ForegroundColor, required Color button2BackgroundColor, required Color button2ForegroundColor})
-
const
- DeviceKeyboardStyle.dark()
-
factory
Properties
- backgroundColor → Color
-
final
-
final
-
final
-
final
-
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(
{Color? backgroundColor, Color? button1BackgroundColor, Color? button1ForegroundColor, Color? button2BackgroundColor, Color? button2ForegroundColor}) → DeviceKeyboardStyle -
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