context property
InflatingElement
get
context
The current element that manages this RenderObject.
Only valid while mounted.
Implementation
InflatingElement get context => _context!;
The current element that manages this RenderObject.
Only valid while mounted.
InflatingElement get context => _context!;