CaptureFocus enum Event Handling
An escape that enables or disables capturing FocusEvents.
- Inheritance
- Implemented types
- Available extensions
Values
- enable → const CaptureFocus
-
Enables focus capture events.
Should be paired with CaptureFocus.disable at the end of execution.
const CaptureFocus('h')
- disable → const CaptureFocus
-
Disables focus capture events.
const CaptureFocus('l')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
-
toAnsiString(
) → String -
Available on Sequence, provided by the ToAnsiString extension
Returns the sequence as an escaped ANSI string. -
toString(
) → String -
A string representation of this object.
inherited
-
writeAnsiString(
StringSink out) → void -
Write as a UTF-16 ANSI escaped string to the given StringSink.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
CaptureFocus> - A constant List of the values in this enum, in order of their declaration.