SmartPageNavigation constructor

SmartPageNavigation({
  1. Key? key,
  2. required SmartPageController controller,
  3. SmartPageNavigationOptions? options,
  4. dynamic onPageChanged(
    1. int index
    )?,
})

Implementation

SmartPageNavigation({
  Key? key,
  required this.controller,
  this.options,
  this.onPageChanged,
}) : super(key: key);