withRevealAnimation property

Widget get withRevealAnimation

Implementation

Widget get withRevealAnimation {
  return RevealAnimation(
    child: this,
  );
}