TranslateTransform
Overview
Moves the position of a widget. For example, create an effect where a card floats slightly upward.
Properties
| Property | Description | Value | Default |
|---|---|---|---|
offset | Renders the child widget moved by the (horizontal, vertical) distance you enter. | (x, y) coordinates | Not set |
transformHitTests | Sets whether hit testing uses the translated position. | On / Off | On |
filterQuality | Sets the image quality — the interpolation method — used when rendering the translation transform. | none, low, medium, high | Not set |