ScaffoldOptions constructor

ScaffoldOptions({
  1. String? title,
  2. Widget? titleWidget,
  3. List<Widget>? actions,
  4. bool showBack = false,
  5. Widget? floatingActionButton,
  6. Widget? drawer,
})

Implementation

ScaffoldOptions(
    {this.title,
    this.titleWidget,
    this.actions,
    this.showBack = false,
    this.floatingActionButton,
    this.drawer});