AppFrame constructor
const
AppFrame({})
Implementation
const AppFrame({
super.key,
required this.body,
this.title,
this.floatingActionButton,
this.action,
this.showBackButton = false,
this.showAppMenu = true,
});