snapValue property

SnapState<T> snapValue

Implementation

SnapState<T> get snapValue {
  initialize();
  // ReactiveStatelessWidget.addToObs?.call(this);
  // TopStatelessWidget.addToObs?.call(this);
  return _snapState;
}
void snapValue=(SnapState<T> value)

Implementation

set snapValue(SnapState<T> value) {
  _snapState = value;
}