Transform
Configuration for LayoutControl.transform.
Applies a generic matrix transform backed by recorded Matrix4.
Properties
-
alignment(Alignment | None) –The alignment of the origin, relative to the size of the box.
-
filter_quality(FilterQuality | None) –The filter quality with which to apply this transform as a bitmap operation.
-
matrix(Matrix4) –Matrix transform intent recorded in Python and replayed in Flutter.
-
origin(Offset | None) –The origin of the coordinate system (relative to the upper left corner).
-
transform_hit_tests(bool) –Whether to apply the transformation when performing hit tests.
Properties#
alignment
class-attribute
instance-attribute
#
alignment: Alignment | None = None
The alignment of the origin, relative to the size of the box.
filter_quality
class-attribute
instance-attribute
#
filter_quality: FilterQuality | None = None
The filter quality with which to apply this transform as a bitmap operation.
matrix
instance-attribute
#
matrix: Matrix4
Matrix transform intent recorded in Python and replayed in Flutter.