XScrollMotion constructor

XScrollMotion({
  1. Key? key,
  2. BuildContext? cont,
})

Implementation

XScrollMotion({
  Key? key,
  this.cont,
}) : super(key: key);