ClearSuffixButton constructor
const
ClearSuffixButton({
- Key? key,
- required TextEditingController controller,
Implementation
const ClearSuffixButton({
super.key,
required this.controller,
});