OneTwoTransitionPage constructor

const OneTwoTransitionPage({
  1. Key? key,
  2. required List<Widget> childWidgetsLeftPage,
  3. required List<Widget> childWidgetsRightPage,
  4. required Footer footer,
  5. required AppAttributes appAttributes,
  6. required bool showMediumSizeLayout,
  7. required bool showLargeSizeLayout,
  8. required CurvedAnimation railAnimation,
})

Implementation

const OneTwoTransitionPage({
  super.key,
  required this.childWidgetsLeftPage,
  required this.childWidgetsRightPage,
  required this.footer,
  required this.appAttributes,
  required this.showMediumSizeLayout,
  required this.showLargeSizeLayout,
  required this.railAnimation,
});