ScaleTransform
Overview
Scales a widget up or down. For example, create an effect where a button shrinks slightly when pressed.
Properties
| Property | Description | Value | Default |
|---|---|---|---|
sizeFactor | Renders the child widget scaled by the factor you enter. | Number | 1.0 |
alignment | Sets the anchor point of the scale transform. | Alignment value | Center |
transformHitTest | Sets whether touch detection uses the scaled position. | On/off | On |
filterQuality | Sets the image quality (interpolation) used when rendering the scale transform. | none, low, medium, high | Not set |