SlidableScreen constructor

SlidableScreen({
  1. Widget? slidableWidget,
  2. Widget? bottomNavigationBarWidget,
  3. Color? backgroundColor,
  4. Color? bottomNavigationBarBackgroundColor,
  5. Color? scaffoldBackgroundColor,
  6. Color? slidableWidgetBackgroundColor,
})

Implementation

SlidableScreen(
    {this.slidableWidget,
    this.bottomNavigationBarWidget,
    this.backgroundColor,
    this.bottomNavigationBarBackgroundColor,
    this.scaffoldBackgroundColor,
    this.slidableWidgetBackgroundColor});