PageInfo constructor

PageInfo({
  1. required String key,
  2. TitleInfo? titleInfo,
  3. Color? bgColor,
  4. NavigateGroup? bottomNavInfo,
  5. int? defaultIndex,
  6. required List<BodyInfo> bodyList,
  7. required String name,
})

Implementation

PageInfo({required this.key,this.titleInfo,this.bgColor,this.bottomNavInfo,this.defaultIndex,required this.bodyList,required this.name});