context property

BuildContext? context
final

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;