buildClearIcon method
Implementation
Widget buildClearIcon() {
return GestureDetector(
onTap: widget.clear, child: const Icon(Icons.close, size: 16));
}
Widget buildClearIcon() {
return GestureDetector(
onTap: widget.clear, child: const Icon(Icons.close, size: 16));
}