TextFormFieldClearButton constructor

const TextFormFieldClearButton({
  1. Key? key,
  2. Function? onPressed,
})

Implementation

const TextFormFieldClearButton({super.key, this.onPressed});