Skip to content

Commit

Permalink
Update reveal doc
Browse files Browse the repository at this point in the history
  • Loading branch information
carllosnc committed Apr 15, 2024
1 parent a6bdcc1 commit 36c6717
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/vw_reveal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36c6717

Please sign in to comment.