InputDecorationSuffixButton constructor
const
InputDecorationSuffixButton({
- Key? key,
- required IconData icon,
- required VoidCallback? onPressed,
- String? tooltip,
Implementation
const InputDecorationSuffixButton({
super.key,
required this.icon,
required this.onPressed,
this.tooltip,
});