context property
      
      BuildContext
      get
      context
      
    
    
The context in which the service attached
Implementation
BuildContext get context => super.context;The context in which the service attached
Implementation
late final BuildContext context;