initiallySelected property

List<PopupSpec>? initiallySelected
final

The PopupSpecs for which a popup should be initially visible. If the PopupState is inherited this has no effect.

Implementation

final List<PopupSpec>? initiallySelected;