SetCandidateWindowPropertiesParametersProperties class

Constructors

SetCandidateWindowPropertiesParametersProperties({bool? visible, bool? cursorVisible, bool? vertical, int? pageSize, String? auxiliaryText, bool? auxiliaryTextVisible, int? totalCandidates, int? currentCandidateIndex, WindowPosition? windowPosition})
SetCandidateWindowPropertiesParametersProperties.fromJS(SetCandidateWindowPropertiesParametersProperties _wrapped)

Properties

auxiliaryText String?
Text that is shown at the bottom of the candidate window.
getter/setter pair
auxiliaryTextVisible bool?
True to display the auxiliary text, false to hide it.
getter/setter pair
currentCandidateIndex int?
The index of the current chosen candidate out of total candidates.
getter/setter pair
cursorVisible bool?
True to show the cursor, false to hide it.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pageSize int?
The number of candidates to display per page.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → SetCandidateWindowPropertiesParametersProperties
no setter
totalCandidates int?
The total number of candidates for the candidate window.
getter/setter pair
vertical bool?
True if the candidate window should be rendered vertical, false to make it horizontal.
getter/setter pair
visible bool?
True to show the Candidate window, false to hide it.
getter/setter pair
windowPosition WindowPosition?
Where to display the candidate window.
getter/setter pair

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