offset static method

OffsetLayout offset(
  1. PaddingLayout<int> layout,
  2. int offset, {
  3. String? property,
})

Implementation

static OffsetLayout offset(PaddingLayout<int> layout, int offset,
        {String? property}) =>
    OffsetLayout(layout, offset: offset, property: property);