DeviceFrameStyle class

The device frame style only allows to update the keyboardStyle for now.

See also:

Constructors

DeviceFrameStyle.new({required DeviceKeyboardStyle keyboardStyle})
const
DeviceFrameStyle.dark({DeviceKeyboardStyle? keyboardStyle})
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
keyboardStyle DeviceKeyboardStyle
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({DeviceKeyboardStyle? keyboardStyle}) DeviceFrameStyle
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