build 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
@override
void build(BuildContext context) {}