DeviceKeyboardStyle class abstract

Annotations
  • @freezed

Constructors

DeviceKeyboardStyle({required Color backgroundColor, required Color button1BackgroundColor, required Color button1ForegroundColor, required Color button2BackgroundColor, required Color button2ForegroundColor})
const
factory
DeviceKeyboardStyle.dark()
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