GroupMenuView constructor Null safety
Implementation
GroupMenuView({
Key? key,
this.groups = const [],
this.currentGroup,
this.backgroundColor = CustomColors.pale_grey,
this.onTap,
}) : super(key: key);
GroupMenuView({
Key? key,
this.groups = const [],
this.currentGroup,
this.backgroundColor = CustomColors.pale_grey,
this.onTap,
}) : super(key: key);