Hookful<T> constructor

Hookful<T>(
  1. T value,
  2. State<StatefulWidget> statefulWidget
)

Implementation

Hookful(
  T value,
  this.statefulWidget,
) : this._value = value;