@Matrix decorator creates a two-dimensional array based on the specified width and height arguments.
@Matrix
The type of the class the decorator is applied to.
The type of the decorated property.
The width of the matrix, which can be a numeric value or a computed key.
The height of the matrix, determining the number of elements.
Optional padding value applied to each row of the matrix.
The property decorator function.
@Matrix
decorator creates a two-dimensional array based on the specified width and height arguments.