safeContext property
BuildContext?
get
safeContext
Implementation
BuildContext? get safeContext {
assert(_context != null, 'Context accessed before initialization');
return _context!;
}
BuildContext? get safeContext {
assert(_context != null, 'Context accessed before initialization');
return _context!;
}