displayFeatures property

List<DisplayFeature> displayFeatures

Area of the display that may be obstructed by a hardware feature.

This is populated only on Android.

Implementation

List<DisplayFeature> get displayFeatures =>
    MediaQuery.displayFeaturesOf(this);