SlikkerScaffold constructor

SlikkerScaffold({
  1. TopButton? topButton,
  2. String? title,
  3. Widget? header,
  4. Widget? content,
  5. Widget? floatingButton,
})

Implementation

SlikkerScaffold({
  this.topButton,
  this.title,
  this.header,
  this.content,
  this.floatingButton,
}) : sliver = false;