setPrefixIcon property

void setPrefixIcon=(bool showPrefixIcon)

Set prefix icon

Implementation

set setPrefixIcon(bool showPrefixIcon) {
  tagStates['show_prefix_icon'] = showPrefixIcon;
  super.notifyListeners();
}