nextSteps property

Map<String, VoidCallback> nextSteps
final

A map of a string (which describes action to the user), and a corresponding VoidCallback which completes that action if the item is pressed that will be shown at the end of a tool flow.

Implementation

final Map<String, VoidCallback> nextSteps;