dropdownWidth property

int? get dropdownWidth

Implementation

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