utils/browser/dom_service/dom_service library
Classes
- DomService
- Utility class to synchronize DOM operations across components, e.g. to check changes in the layout after a UI update or application event.
Enums
- DomServiceState
- State for DomService implementations to use.
Typedefs
- DomReadWriteFn = void Function()
- A callback from DomService.scheduleRead or DomService.scheduleWrite.
- IsDomMutatedPredicate = bool Function()
-
RequestAnimationFrame
= Future<
num> Function() - A callback that returns a future that completes in the next animation frame.