FxPageReveal constructor

FxPageReveal({
  1. double? revealPercent,
  2. Widget? child,
})

Implementation

FxPageReveal({
  this.revealPercent,
  this.child
});