- override
Subclasses should override this method to create per-pointer state objects to track the pointer associated with the given event.
Source
@override
_HorizontalPointerState createNewPointerState(PointerDownEvent event) {
return new _HorizontalPointerState(event.position);
}