transformers/core/node_transformer library

Classes

NodeTransformer
A transformer that can modify how a Figma node is rendered as a Flutter widget.

Typedefs

NodeTransformerFunction = Widget Function(TransformContext context)
A function that transforms a Figma node into a Flutter widget.