Array2(int width, int height, T value) : _size = Vec2(width, height), _elements = List<T>.filled(width * height, value);