doShowClearIcon method

bool doShowClearIcon()

Implementation

bool doShowClearIcon() =>
    widget.type == UFUInputBoxType.searchbar ||
    widget.type == UFUInputBoxType.searchbarWithoutBorder ||
    widget.type == UFUInputBoxType.withLabelAndClearIcon;