context property
BuildContext?
get
context
Convenience getter for the build context.
Implementation
BuildContext? get context => _context?.context;
Convenience getter for the build context.
BuildContext? get context => _context?.context;