PdfViewerKeyHandlerParams class

Parameters for the built-in key handler.

For autofocus, canRequestFocus, focusNode, and parentNode, please refer to the documentation of Focus widget.

Constructors

PdfViewerKeyHandlerParams.new({bool autofocus = false, bool canRequestFocus = true, FocusNode? focusNode, FocusNode? parentNode})
const

Properties

autofocus bool
final
canRequestFocus bool
final
focusNode FocusNode?
final
hashCode int
The hash code for this object.
no setteroverride
parentNode FocusNode?
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 ==(covariant PdfViewerKeyHandlerParams other) bool
The equality operator.
override