source property

  1. @override
set source (PopupSource source)
override

Sets the source the popup should be created relative to.

Implementation

@override
set source(PopupSource source) {
  state.source = source;
}