HiddenDrawerMenu constructor

HiddenDrawerMenu(
  1. List<ScreenHiddenDrawer> screens, {
  2. int? initPositionSelected = 0,
  3. Color? backgroundColorAppBar,
  4. double elevationAppBar = 4.0,
  5. Widget iconMenuAppBar = const Icon(Icons.menu),
  6. DecorationImage? backgroundMenu,
  7. Color? backgroundColorMenu,
  8. Color backgroundColorContent = Colors.white,
  9. bool whithAutoTittleName = true,
  10. TextStyle? styleAutoTittleName,
  11. List<Widget>? actionsAppBar,
  12. Widget? tittleAppBar,
  13. bool? isTitleCentered,
  14. bool enableShadowItensMenu = false,
  15. Curve curveAnimation = Curves.decelerate,
  16. bool isDraggable = true,
  17. double slidePercent = 80.0,
  18. double verticalScalePercent = 80.0,
  19. double contentCornerRadius = 10.0,
  20. bool enableScaleAnimin = true,
  21. bool enableCornerAnimin = true,
  22. TypeOpen typeOpen = TypeOpen.FROM_LEFT,
  23. Widget? title,
})

Implementation

HiddenDrawerMenu(
  this.screens, {
  this.initPositionSelected = 0,
  this.backgroundColorAppBar,
  this.elevationAppBar = 4.0,
  this.iconMenuAppBar = const Icon(Icons.menu),
  this.backgroundMenu,
  this.backgroundColorMenu,
  this.backgroundColorContent = Colors.white,
  this.whithAutoTittleName = true,
  this.styleAutoTittleName,
  this.actionsAppBar,
  this.tittleAppBar,
  this.isTitleCentered,
  this.enableShadowItensMenu = false,
  this.curveAnimation = Curves.decelerate,
  this.isDraggable = true,
  this.slidePercent = 80.0,
  this.verticalScalePercent = 80.0,
  this.contentCornerRadius = 10.0,
  this.enableScaleAnimin = true,
  this.enableCornerAnimin = true,
  this.typeOpen = TypeOpen.FROM_LEFT,
  this.title,
});