LBuilder<T> constructor

const LBuilder<T>(
  1. LxReactive<T> x,
  2. Widget builder(
    1. T x
    ), {
  3. Key? key,
})

Creates an explicit reactive builder.

Implementation

const LBuilder(this.x, this.builder, {super.key});