ThumbDragDetails constructor
const
ThumbDragDetails({})
Implementation
const ThumbDragDetails({
this.timeStamp = Duration.zero,
this.globalPosition = Offset.zero,
this.localPosition = Offset.zero,
});
const ThumbDragDetails({
this.timeStamp = Duration.zero,
this.globalPosition = Offset.zero,
this.localPosition = Offset.zero,
});