createDoughMatrix method

  1. @Deprecated('Use DoughTransformer.transform instead')
Matrix4 createDoughMatrix()

Creates the Matrix4 which will be used to transform the Dough.child widget.

Implementation

@Deprecated('Use DoughTransformer.transform instead')
Matrix4 createDoughMatrix() {
  return transform(_context);
}