SimpleHiddenDrawer constructor
const
SimpleHiddenDrawer({
- Key? key,
- int initPositionSelected = 0,
- bool isDraggable = true,
- double slidePercent = 80.0,
- double verticalScalePercent = 80.0,
- double contentCornerRadius = 10.0,
- Curve curveAnimation = Curves.decelerate,
- required AsyncScreenBuilder screenSelectedBuilder,
- bool enableScaleAnimation = true,
- bool enableCornerAnimation = true,
- TypeOpen typeOpen = TypeOpen.FROM_LEFT,
- bool withShadow = true,
- List<
BoxShadow> ? boxShadow,
Implementation
const SimpleHiddenDrawer({
Key? key,
this.initPositionSelected = 0,
this.isDraggable = true,
this.slidePercent = 80.0,
this.verticalScalePercent = 80.0,
this.contentCornerRadius = 10.0,
this.curveAnimation = Curves.decelerate,
required this.screenSelectedBuilder,
required this.menu,
this.enableScaleAnimation = true,
this.enableCornerAnimation = true,
this.typeOpen = TypeOpen.FROM_LEFT,
this.withShadow = true,
this.boxShadow,
}) : super(key: key);