context property
BuildContext?
get
context
Get current context from navigator
Implementation
static BuildContext? get context => _navigatorKey.currentContext;
Get current context from navigator
static BuildContext? get context => _navigatorKey.currentContext;