ALWAYS constant
LayoutInDisplayCutoutMode
const ALWAYS
The window is always allowed to extend into the DisplayCutout areas on the all edges of the screen.
NOTE: available on Android 30+.
Implementation
static const ALWAYS = LayoutInDisplayCutoutMode._internal(3, 3);