ContextExtensions extension

on

Methods

hideKeyboard() → void

Available on BuildContext, provided by the ContextExtensions extension

Dismisses the software keyboard from the screen.
safeSetState(VoidCallback callback) → void

Available on BuildContext, provided by the ContextExtensions extension

Performs a setState operation only if the current widget is still mounted.