PlaneLayout constructor

PlaneLayout({
  1. num? offset,
  2. num? stride,
})

Implementation

factory PlaneLayout({
  _i2.num? offset,
  _i2.num? stride,
}) =>
    PlaneLayout._(
      offset: offset,
      stride: stride,
    );