items property
list of items (List of widgets) used to create simple item picker (required) and should not be empty or null
for date/dateTime/time items parameter is not available
Implementation
late List<T>? items;
list of items (List of widgets) used to create simple item picker (required) and should not be empty or null
for date/dateTime/time items parameter is not available
late List<T>? items;