data property

List<Choice<T>> Function()? data
final

Data source for selection options. If null, menuContent must be provided.

Implementation

final List<Choice<T>> Function()? data;