maybeContext property
BuildContext?
get
maybeContext
Gets the current context, or null if not set.
Implementation
static BuildContext? get maybeContext => _context;
Gets the current context, or null if not set.
static BuildContext? get maybeContext => _context;