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