menu
bonfire package
documentation
map/matrix_map/matrix_layer.dart
MatrixLayer
MatrixLayer constructor
MatrixLayer constructor
dark_mode
light_mode
MatrixLayer
constructor
MatrixLayer
(
{
required
List
<
List
<
double
>
>
matrix
,
bool
axisInverted
=
false
,
})
Implementation
MatrixLayer({ required this.matrix, this.axisInverted = false, });
bonfire package
documentation
map/matrix_map/matrix_layer
MatrixLayer
MatrixLayer constructor
MatrixLayer class