From 36c671725cc66d91d01a573b80e60b76f1908c8c Mon Sep 17 00:00:00 2001 From: Carlos Costa Date: Mon, 15 Apr 2024 08:25:00 -0300 Subject: [PATCH] Update reveal doc --- docs/vw_reveal.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/vw_reveal.md b/docs/vw_reveal.md index 0058f15..c91411e 100644 --- a/docs/vw_reveal.md +++ b/docs/vw_reveal.md @@ -10,6 +10,15 @@ | `direction` | The direction from which the child widget will be revealed. This is an optional property. | `VWRevealDirection.top` | | `delay` | The delay before the reveal animation starts. This is an optional property. | N/A | +## Directions + +The `direction` property can be set to one of the following values: + +- `VWRevealDirection.top`: The child widget will be revealed from the top. +- `VWRevealDirection.bottom`: The child widget will be revealed from the bottom. +- `VWRevealDirection.left`: The child widget will be revealed from the left. +- `VWRevealDirection.right`: The child widget will be revealed from the right. + ## Example ```dart