FlTransfer constructor
FlTransfer({
- Key? key,
- Widget? left,
- Widget? right,
- VoidCallback? toRight,
- VoidCallback? toLeft,
Implementation
FlTransfer({Key? key, this.left, this.right, this.toRight, this.toLeft}) : super(key: key);