SolidAppBarAction constructor
Implementation
const SolidAppBarAction({
required this.icon,
required this.onPressed,
this.tooltip,
this.color,
this.hideOnNarrowScreen = false,
this.hideOnVeryNarrowScreen = false,
});
const SolidAppBarAction({
required this.icon,
required this.onPressed,
this.tooltip,
this.color,
this.hideOnNarrowScreen = false,
this.hideOnVeryNarrowScreen = false,
});