Flip
Configuration for flet.LayoutControl.flip.
Mirrors a control across its x and/or y axis.
Properties
filter_quality- The filter quality with which to apply this transform as a bitmap operation.flip_x- Whether to flip the x axis.flip_y- Whether to flip the y axis.origin- The origin of the coordinate system (relative to the upper left corner).transform_hit_tests- Whether to apply the transformation when performing hit tests.
Properties
filter_qualityclass-attributeinstance-attribute
filter_quality: Optional[FilterQuality] = NoneThe filter quality with which to apply this transform as a bitmap operation.
originclass-attributeinstance-attribute
origin: Optional[Offset] = NoneThe origin of the coordinate system (relative to the upper left corner).
transform_hit_testsclass-attributeinstance-attribute
transform_hit_tests: bool = TrueWhether to apply the transformation when performing hit tests.