MultiColumnBottomSheet constructor
const
MultiColumnBottomSheet({})
Implementation
const MultiColumnBottomSheet({
Key? key,
required this.title,
required this.items,
required this.parentIdKey,
required this.parentId,
this.itemName,
this.compareId,
this.selected,
this.onSelected,
}) : super(key: key);