MiniIconButton constructor
const
MiniIconButton({})
Implementation
const MiniIconButton({
super.key,
required this.icon,
required this.onPressed,
this.size = 20,
this.tooltip,
this.selectedIcon,
this.isSelected,
this.pressCheckAnimation = true,
});