Page.builder constructor
Page.builder(
- String title,
- WidgetBuilder builder, {
- bool withScaffold = true,
- bool padding = true,
- bool showLog = false,
Implementation
Page.builder(
this.title,
this.builder, {
this.withScaffold = true,
this.padding = true,
this.showLog = false,
});