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