From e282964fabf44ef704fa00c56fb0308f86d97aab Mon Sep 17 00:00:00 2001 From: Jaewoong Eum Date: Thu, 17 Oct 2024 11:27:23 +0900 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index febf5ad..3452929 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,8 @@ Box( ) ``` +![preview](https://github.com/user-attachments/assets/99d73a48-2e8e-4e99-b553-2c7e57382bfd) + ### WhatIf `WhatIf` is a Kotlin expression that triggers a lambda expression (`whatIf` block) when the provided boolean condition is true and the object is non-null. It's a concise way to handle conditional logic without needing verbose if-else statements, enabling cleaner, more readable code for specific actions when conditions are met.