actionValue property
dynamic
actionValue
final
The value triggering the Action. E.g. upon clicking on a row of a list, the "onSelect" action will transport the element of the array of data.
Implementation
final dynamic actionValue;