PopupState constructor
PopupState({
- required List<
SpinnerData> items, - required List<
SpinnerData> orginItems, - Map<
String, bool> highlightSpec = const {}, - int selected = -1,
Implementation
PopupState({
required this.items,
required this.orginItems,
this.highlightSpec = const {},
this.selected = -1,
});