PageScaffold constructor
const
PageScaffold({})
Implementation
const PageScaffold({
Key? key,
required this.title,
required this.body,
this.padding = false,
this.showLog = false,
}) : super(key: key);
const PageScaffold({
Key? key,
required this.title,
required this.body,
this.padding = false,
this.showLog = false,
}) : super(key: key);