DisplayFeatureSubScreenModifier constructor
const
DisplayFeatureSubScreenModifier({})
Creates a widget that positions its child so that it avoids display features.
Implementation
const DisplayFeatureSubScreenModifier({
super.key,
super.child,
super.modifierKey,
this.anchorPoint,
});