enabledIconColor method

VxTextDropDown enabledIconColor(
  1. Color color
)

Implementation

VxTextDropDown enabledIconColor(Color color) =>
    this.._enabledIconColor = color;