XScrollMotion constructor
XScrollMotion({
- Key? key,
- BuildContext? cont,
Implementation
XScrollMotion({
Key? key,
this.cont,
}) : super(key: key);
XScrollMotion({
Key? key,
this.cont,
}) : super(key: key);