NicePageScaffold constructor
const
NicePageScaffold({})
Implementation
const NicePageScaffold({
super.key,
required this.title,
required this.body,
this.actions = const [],
this.floatingActionButton,
this.showBackButton = true,
this.padding = const EdgeInsets.all(16),
});