LxFamily<K, R extends LxReactive> constructor
LxFamily<K, R extends LxReactive> (
- R _builder(
- K key
- LxFamilyEviction eviction = const LxFamilyEviction.keepAlive(),
- String? name,
- String debugKey(
- K key
Creates a keyed reactive family.
Implementation
LxFamily(
this._builder, {
this.eviction = const LxFamilyEviction.keepAlive(),
this.name,
this.debugKey,
});