updateStickerMatrixAtIndex method

void updateStickerMatrixAtIndex(
  1. int index,
  2. List<double> matrixStorage
)

Implementation

void updateStickerMatrixAtIndex(int index, List<double> matrixStorage) {
  widgets[index].notifier.value = Matrix4.fromList(matrixStorage);
}