maybeContext property

BuildContext? get maybeContext

Gets the current context, or null if not set.

Implementation

static BuildContext? get maybeContext => _context;