UIProAppBarAction constructor
const
UIProAppBarAction({})
Creates an app bar action.
Implementation
const UIProAppBarAction({
required this.icon,
this.onPressed,
this.tooltip,
this.badge,
this.color,
this.child,
});