addDispatcher static method
Implementation
static void addDispatcher(Component component) {
Dispatcher.addDispatcher(
component,
const MouseMoveDispatcherKey(),
PointerMoveDispatcher.new,
);
}
static void addDispatcher(Component component) {
Dispatcher.addDispatcher(
component,
const MouseMoveDispatcherKey(),
PointerMoveDispatcher.new,
);
}