CryTransfer constructor

CryTransfer({
  1. Key? key,
  2. Widget? left,
  3. Widget? right,
  4. VoidCallback? toRight,
  5. VoidCallback? toLeft,
})

Implementation

CryTransfer({Key? key, this.left, this.right, this.toRight, this.toLeft}) : super(key: key);