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