PlexLookup<T> constructor
const
PlexLookup<T> ({})
Implementation
const PlexLookup({
super.key,
required this.items,
required this.labelOf,
this.value,
this.onChanged,
this.hint = 'Search',
this.label,
this.enabled = true,
this.subtitleOf,
});