MultiSelectBlob<T> constructor
Implementation
const MultiSelectBlob(
{super.key,
Icon? checkedIndicator,
required this.items,
required this.onSelected,
this.wrap = true})
: checkedIndicator = checkedIndicator ??
const Icon(Icons.check_circle_rounded);