build abstract method

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

Called everytimes the HookState is requested

build is where an HookState may use other hooks. This restriction is made to ensure that hooks are unconditionally always requested

Implementation

@protected
R build(BuildContext context);