ConstantLayoutValue<T> constructor

const ConstantLayoutValue<T>(
  1. T value
)

Implementation

const ConstantLayoutValue(this.value);