FluteLayout class

A selectable keyboard layout shown in the layout picker.

Each entry pairs a displayName (shown in the picker menu) and a short code (shown on the picker button) with the alphanumeric key grid layout to use. Built-in layouts are available as static constants (e.g. FluteLayout.en); define your own by constructing a FluteLayout with a custom layout.

Constructors

FluteLayout({required String code, required String displayName, required Layout layout})
const

Properties

code String
Short code shown on the picker button, e.g. "EN".
final
displayName String
Native name shown in the picker menu, e.g. "English".
final
hashCode int
The hash code for this object.
no setteroverride
layout → Layout
The alphanumeric key grid activated when this layout is selected.
final
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.
override

Constants

cs → const FluteLayout
de → const FluteLayout
en → const FluteLayout
es → const FluteLayout
fr → const FluteLayout
it → const FluteLayout
nl → const FluteLayout
pl → const FluteLayout
pt → const FluteLayout