snapState property

  1. @override
SnapState<T> snapState
override

A snap representation of the state

Implementation

@override
SnapState<T> get snapState {
  initialize();
  ReactiveStatelessWidget.addToObs?.call(this);
  // TopStatelessWidget.addToObs?.call(this);
  return _snapState;
}