dropdownWidth property

int? dropdownWidth

Implementation

int? get dropdownWidth =>
    selectorElement?.getBoundingClientRect().width.round();