context property

BuildContext get context

The context in which the service attached

Implementation

BuildContext get context => super.context;
set context (BuildContext _context)
inherited

The context in which the service attached

Implementation

late final BuildContext context;