CUNavBarGroupSub constructor

CUNavBarGroupSub({
  1. required IconData icon,
  2. required String name,
  3. required Widget page,
  4. ValueNotifier<bool>? can,
  5. String? whyCannot,
})

Implementation

CUNavBarGroupSub(
    {required this.icon, required this.name, required this.page, this.can, this.whyCannot});