LayoutActionsRow constructor
const
LayoutActionsRow({})
Implementation
const LayoutActionsRow({
super.key,
required this.profile,
required this.showThemeToggle,
required this.showColorToggle,
required this.actions,
required this.showFullscreenToggle,
required this.showLogout,
required this.onLogout,
this.spacing = 10,
this.runSpacing = 5,
});