matchMinSourceWidth property
set
matchMinSourceWidth
(bool matchMinSourceWidth)
override
Sets whether popup should set a minimum width to the width of source.
Implementation
@override
set matchMinSourceWidth(bool matchMinSourceWidth) {
state.matchMinSourceWidth = matchMinSourceWidth;
}