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