RhPickerListItem constructor
const
RhPickerListItem({})
Implementation
const RhPickerListItem({
Key? key,
required this.path,
this.title,
this.subtitle,
this.onRemove,
this.removeIcon,
this.pickedItemDecoration,
}) : super(key: key);