getContext static method
Gets the BuildContext
Implementation
static BuildContext? getContext(Widget widget) =>
_statelessState[widget]?.context;
Gets the BuildContext
static BuildContext? getContext(Widget widget) =>
_statelessState[widget]?.context;