context property
BuildContext
get
context
Implementation
BuildContext get context {
if (_context == null) assert(_context != null, '\n\nAuthStepTemplate: Context not set');
return _context!;
}
BuildContext get context {
if (_context == null) assert(_context != null, '\n\nAuthStepTemplate: Context not set');
return _context!;
}