LayoutValue<T>.value constructor

LayoutValue<T>.value(
  1. T value
)

Implementation

factory LayoutValue.value(T value) = ConstantLayoutValue<T>;