AppNavigationAction constructor
const
AppNavigationAction({})
Implementation
const AppNavigationAction({
super.key,
this.text,
this.icon,
this.iconSize = 22,
this.isActive = false,
required this.onPressed,
});