diff --git a/docs/resources/ui/widgets/built-in-widgets/flippablecard.md b/docs/resources/ui/widgets/built-in-widgets/flippablecard.md index 66d8cc64..d554a932 100644 --- a/docs/resources/ui/widgets/built-in-widgets/flippablecard.md +++ b/docs/resources/ui/widgets/built-in-widgets/flippablecard.md @@ -3,22 +3,21 @@ slug: flippable-card title: Flippable Card tags: [Layout Elements, Components] keywords: [Flippable Card, Layout Element, Component, Widget] -description: Learn how to add Flippable Card widget in your FlutterFlow app. +description: Learn how to add and customize a FlippableCard widget in your FlutterFlow app. --- -# FlippableCard -The FlippableCard widget provides the visual interaction called 'Flip card animation'. Initially, it shows the front side of the card, and when you tap on it, it shows the back side. +# Flippable Card -You could use this widget to show and hide details of an item (e.g., credit card, online course card, coupon card, etc.) +The **FlippableCard** widget displays two sides of content in the same space. It shows the front side by default and flips to the back side when a user taps it. You can use it for flashcards, product details, coupon terms, or other content that users can reveal on demand.