PageReveal constructor
PageReveal({})
Constructor for PageReveal.
Implementation
PageReveal({
required this.horizontalReveal,
required this.child,
this.slideDirection,
required this.iconSize,
required this.waveType,
required this.verticalReveal,
required this.enableSideReveal,
});