context property

BuildContext? context
getter/setter pair

This context is used only if you need to provide a context other than the one the Editor will get by default.

Implementation

BuildContext? context;