context property
Optional build context that may be needed by some actions.
For example, actions that show dialogs or need theme information may require a build context.
Implementation
final BuildContext? context;
Optional build context that may be needed by some actions.
For example, actions that show dialogs or need theme information may require a build context.
final BuildContext? context;