Display
Properties
The list of top-level items added to the Display
Notifies changes to children
Indicates the direction of content within the Display. This is used to support right-to-left locales. Top-level Views without a View.localContentDirection specified will inherit this value and pass it on to their descendants that have no explicit value.
Fires when contentDirection changes.
Fires when the display cursor changes
true
if contentDirection == RightLeft&&mirrorWhenRightLeft
Fires when mirrored changes.
Indicates whether the Display should be mirrored (as though transformed using AffineTransform.flipHorizontally), when the contentDirection is RightLeft.
Fires when the display re-sizes
Affine transform applied to the View. This transform does not affect the Display's size or how it is handled by Layout. Hit-detection is handled correctly such that the pointer intersects with the Display as expected after transformation. So no additional handling is necessary in general. The default is Identity
Inherited properties
Functions
Maps a Point within the Display to absolute coordinate-space.