OpenWPageView constructor

const OpenWPageView({
  1. Key? key,
  2. required BuildContext context,
  3. required dynamic state,
  4. required bool pageViewWithIndicator,
  5. required FGeneralTypeInput value,
  6. required List<CNode> children,
  7. required FDirection direction,
})

Implementation

const OpenWPageView({
  super.key,
  required this.context,
  required this.state,
  required this.pageViewWithIndicator,
  required this.value,
  required this.children,
  required this.direction,
});