PhloxDrawerOption.oneScreen constructor

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

Implementation

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