breakpointBuilder<T> static method

LayoutValue<T> breakpointBuilder<T>(
  1. BreakpointValueBuilder<T> builder
)

Implementation

static LayoutValue<T> breakpointBuilder<T>(
    BreakpointValueBuilder<T> builder) {
  return _BreakpointBuilderValue<T>(builder);
}