PopupValueNotifier.titles constructor
PopupValueNotifier.titles(
- List<
SpinnerHeaderData> titles
标题初始化
Implementation
factory PopupValueNotifier.titles(List<SpinnerHeaderData> titles) =>
PopupValueNotifier(
PopupState(items: List.of(titles), orginItems: List.of(titles)),
);