build method

  1. @override
void build(
  1. BuildContext context
)
override

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

@override
void build(BuildContext context) {}