LayoutValue<T>.builder constructor

LayoutValue<T>.builder(
  1. LayoutValueBuilder<T> builder
)

Implementation

factory LayoutValue.builder(LayoutValueBuilder<T> builder) =
    _DefaultLayoutValue<T>;