build abstract method
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.
Implementation
@protected
R build(BuildContext context);