TextFieldClearButton constructor
const
TextFieldClearButton({})
Implementation
const TextFieldClearButton({
required this.textController,
required this.focusNode,
this.hide,
this.emptyIcon = const SizedBox.shrink(),
this.clearIcon = const Icon(Icons.clear),
super.key
});