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