createDoughMatrix method
Creates the Matrix4 which will be used to transform the Dough.child widget.
Implementation
@Deprecated('Use DoughTransformer.transform instead')
Matrix4 createDoughMatrix() {
return transform(_context);
}
Creates the Matrix4 which will be used to transform the Dough.child widget.
@Deprecated('Use DoughTransformer.transform instead')
Matrix4 createDoughMatrix() {
return transform(_context);
}