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