LBuilder<T> constructor
const
LBuilder<T> (
- LxReactive<
T> x, - Widget builder(
- T x
- Key? key,
Creates an explicit reactive builder.
Implementation
const LBuilder(this.x, this.builder, {super.key});