CustomPageIndex constructor

const CustomPageIndex({
  1. required Map<String, Widget> children,
  2. Key? key,
})

Implementation

const CustomPageIndex({
  required this.children,
  super.key,
});