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