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.
const
factory
DeviceKeyboardStyle.dark()
A default dark theme for the virtual keyboard.
factory

Properties

backgroundColor → Color
no setterinherited
button1BackgroundColor → Color
no setterinherited
button1ForegroundColor → Color
no setterinherited
button2BackgroundColor → Color
no setterinherited
button2ForegroundColor → Color
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