offset static method

OffsetLayout offset(
  1. Layout layout,
  2. int offset, [
  3. String? property
])

Implementation

static OffsetLayout offset(Layout layout, int offset, [String? property]) =>
    OffsetLayout(layout, offset: offset, property: property);