SetAssistiveWindowButtonHighlightedParameters class

Constructors

SetAssistiveWindowButtonHighlightedParameters({required int contextId, required AssistiveWindowButton buttonId, required AssistiveWindowType windowType, String? announceString, required bool highlighted})
SetAssistiveWindowButtonHighlightedParameters.fromJS(SetAssistiveWindowButtonHighlightedParameters _wrapped)

Properties

announceString String?
The text for the screenreader to announce.
getter/setter pair
buttonId AssistiveWindowButton
The ID of the button
getter/setter pair
contextId int
ID of the context owning the assistive window.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
highlighted bool
Whether the button should be highlighted.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → SetAssistiveWindowButtonHighlightedParameters
no setter
windowType AssistiveWindowType
The window type the button belongs to.
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