isInForeground property

bool get isInForeground

App is in foreground

Implementation

static bool get isInForeground => _widgetsObserver!.appLifecycleState! == AppLifecycleState.resumed;