HorizontalFlipPageTurn constructor

HorizontalFlipPageTurn({
  1. Key? key,
  2. required List<Widget> children,
  3. required HorizontalFlipPageTurnController controller,
  4. required Size cellSize,
})

Implementation

HorizontalFlipPageTurn({
  Key? key,
  required this.children,
  required this.controller,
  required this.cellSize,
}) : super(key: key);