Builds the initial state for this hook.
Called once when the hook is first created. The returned value becomes the state of this hook.
@override T build() => creator();