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