PhloxDrawerOption constructor

PhloxDrawerOption({
  1. required PhloxDrawerType? drawerType,
  2. PhloxDrawerTween? moveY,
  3. PhloxDrawerTween? moveX,
  4. PhloxDrawerTween? scale,
  5. PhloxDrawerTween? rotate,
  6. PhloxDrawerTween? opacity,
  7. PhloxDrawerTween? radius,
  8. bool? isRTL,
})

Implementation

PhloxDrawerOption({
  required this.drawerType,
  this.moveY,
  this.moveX,
  this.scale,
  this.rotate,
  this.opacity,
  this.radius,
  this.isRTL,
});