transformer property
The strategy for how to transform the child. This controls how the child gets smooshed. You can create your own transformers by inheriting from DoughTransformer or use one of the provided transformers. If no transformer is specified, a default transformer of type BasicDoughTransformer will be used.
Implementation
final DoughTransformer? transformer;