Class FlutterRenderer.DisplayFeature
java.lang.Object
io.flutter.embedding.engine.renderer.FlutterRenderer.DisplayFeature
- Enclosing class:
- FlutterRenderer
Description of a physical feature on the display.
A display feature is a distinctive physical attribute located within the display panel of the device. It can intrude into the application window space and create a visual distortion, visual or touch discontinuity, make some area invisible or create a logical divider or separation in the screen space.
Based on DisplayFeature
, with added support for cutouts.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDisplayFeature
(Rect bounds, FlutterRenderer.DisplayFeatureType type) DisplayFeature
(Rect bounds, FlutterRenderer.DisplayFeatureType type, FlutterRenderer.DisplayFeatureState state) -
Method Summary
-
Field Details
-
bounds
-
type
-
state
-
-
Constructor Details
-
DisplayFeature
public DisplayFeature(Rect bounds, FlutterRenderer.DisplayFeatureType type, FlutterRenderer.DisplayFeatureState state) -
DisplayFeature
-