FTxPageReveal constructor

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

Implementation

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