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