ScaffoldOptions constructor

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

Implementation

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