widgets/hint_target_ext library
Extensions
- HintTargetX on Widget
-
Ergonomic sugar over HintTarget:
child.withHint('id')instead ofHintTarget(id: 'id', child: child). KeepHintTargetfor full control (custom registry, semantics) — this is just the short path.