DrawerStyle constructor
const
DrawerStyle({
- double? width,
- Color? backgroundColor,
- Color? barrierColor,
- BorderRadius? borderRadius,
- List<
BoxShadow> ? boxShadow, - Duration? animationDuration,
- Curve? animationCurve,
- DrawerPosition position = DrawerPosition.right,
Implementation
const DrawerStyle({
this.width,
this.backgroundColor,
this.barrierColor,
this.borderRadius,
this.boxShadow,
this.animationDuration,
this.animationCurve,
this.position = DrawerPosition.right,
});