ClearSuffixButton constructor

const ClearSuffixButton({
  1. Key? key,
  2. required TextEditingController controller,
})

Implementation

const ClearSuffixButton({
  super.key,
  required this.controller,
});