context property

BuildContext context
final

The build context of the widget. This is used to get the current width of the screen as well as the breakpoints set by the user

Implementation

final BuildContext context;