notifier property

ValueNotifier<double>? get notifier

A ValueNotifier representing the current bottom safe area height in logical pixels.

Emits new values whenever the system layout changes (for example, when the device orientation changes or navigation mode toggles between gesture and button navigation).

Implementation

static ValueNotifier<double>? get notifier =>
    KeyboardInsetsPlatform.instance.safeArea;