build abstract method

  1. @protected
R build(
  1. BuildContext context
)

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);