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.cancel, fill: 1.0),
super.key
});