isDropdownFilled property

bool get isDropdownFilled

Only when SelectedItemsStyle.chipInverted selected, the dropdown must have the InputDecoration's filled set true

Implementation

bool get isDropdownFilled => this == chipInverted;