Page.builder constructor

Page.builder(
  1. String title,
  2. WidgetBuilder builder, {
  3. bool withScaffold = true,
  4. bool padding = true,
  5. bool showLog = false,
})

Implementation

Page.builder(
  this.title,
  this.builder, {
  this.withScaffold = true,
  this.padding = true,
  this.showLog = false,
});