ReactiveNullableList<T> constructor
ReactiveNullableList<T> ({})
Creates a ReactiveNullableList that rebuilds reactively
and displays different widgets depending on the state of values.
Implementation
ReactiveNullableList({
super.key,
this.values,
this.ifNull = const Nothing(),
this.ifEmpty = const Nothing(),
required this.builder,
Key? reactiveKey,
}) : reactiveKey = reactiveKey ?? ValueKey(ReactivityTypeEnum.reactive);