actions property

Map<String, VoidCallback>? actions
final

A map {actionName: action} of actions to perform when the text is tapped.

Implementation

final Map<String, VoidCallback>? actions;