Painting and effect widgets
These widgets apply visual effects to the children without changing their layout, size, or position.
A widget that applies a filter to the existing painted content and then paints a child. This effect is relatively expensive, especially if the filter...
A widget that clips its child using an oval.
A widget that clips its child using a path.
A widget that clips its child using a rectangle.
A widget that provides a canvas on which to draw during the paint phase.
A widget that paints a Decoration either before or after its child paints.
A widget that applies a translation expressed as a fraction of the box's size before painting its child.
A widget that makes its child partially transparent.
A widget that rotates its child by a integral number of quarter turns.
A widget that applies a transformation before painting its child.
更多 widget 请查看 widget 目录。
除非另有说明,本文档之所提及适用于 Flutter 的最新稳定版本,本页面最后更新时间: 2024-10-02。 查看文档源码 或者 为本页面内容提出建议。