build method

  1. @mustCallSuper
void build()

Called everytime the HookState is requested. build is where a HookState may use other hooks. This restriction is made to ensure that hooks are always unconditionally requested.

Copied from HookState

Implementation

@mustCallSuper
void build() {}