CUNavBarGroup constructor

CUNavBarGroup({
  1. required String name,
  2. required List<CUNavBarGroupSub> sub,
})

Implementation

CUNavBarGroup({required this.name, required this.sub});