ScaffoldActionButton constructor
const
ScaffoldActionButton({})
Implementation
const ScaffoldActionButton({
super.key,
required this.icon,
this.tooltip,
this.onPressed,
this.iconSize,
this.color,
this.isTablet = false,
});