Flutter
widgets
Action
<
T extends Intent
>
intentType property
intentType
description
intentType
property
Null safety
Type
intentType
Gets the type of intent this action responds to.
Implementation
Type get intentType => T;
Flutter
widgets
Action
<
T extends Intent
>
intentType property
Action class
Constructors
Action
overridable
Properties
callingAction
hashCode
intentType
isActionEnabled
runtimeType
Methods
addActionListener
consumesKey
debugFillProperties
invoke
isEnabled
noSuchMethod
notifyActionListeners
removeActionListener
toDiagnosticsNode
toString
toStringShort
Operators
operator ==