MatrixLayer constructor

MatrixLayer({
  1. required List<List<double>> matrix,
  2. dynamic axisInverted = false,
})

Implementation

MatrixLayer({
  required this.matrix,
  axisInverted = false,
});