ListItems<T> constructor
const
ListItems<T> (
- FieldWidgets<
T> field, { - Key? key,
- String? title,
- List<
DataFieldItem> ? items, - MapItemFunction? mapItem,
- GestureTapCallback? onTap,
- ValueChanged<
String?> ? onChanged, - List<
String> ? dropItems,
Implementation
const ListItems(
this.field, {
Key? key,
this.title,
this.items,
this.mapItem,
this.onTap,
this.onChanged,
this.dropItems,
}) : super(key: key);