Display class
A configurable display that a FlutterView renders on.
Use FlutterView.display to get the current display for that view.
- Implementers
Properties
- devicePixelRatio → double
-
The device pixel ratio of this display.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
A unique identifier for this display.
final
- refreshRate → double
-
The refresh rate in FPS of this display.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → Size
-
The physical size of this display.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited