instance property

WidgetsBinding instance

The current WidgetsBinding, if one has been created.

Provides access to the features exposed by this mixin. The binding must be initialized before using this getter; this is typically done by calling runApp or WidgetsFlutterBinding.ensureInitialized.

Implementation

static WidgetsBinding get instance => BindingBase.checkInstance(_instance);