data property
Data source for selection options. If null, menuContent must be provided.
Implementation
final List<Choice<T>> Function()? data;
Data source for selection options. If null, menuContent must be provided.
final List<Choice<T>> Function()? data;