matchMinSourceWidth property

bool get matchMinSourceWidth

Implementation

bool get matchMinSourceWidth => _matchMinSourceWidth;
  1. @override
set matchMinSourceWidth (bool value)
override

Sets whether popup should set a minimum width to the width of source.

Implementation

@override
set matchMinSourceWidth(bool value) {
  _matchMinSourceWidth = super.matchMinSourceWidth = value;
}