Commit b2b998a
committed
refactor(ui): Use Card.filled for tappable card
Replaced the custom `.inCard()` extension method with the standard `Card.filled` widget. This change simplifies the widget structure by nesting the `InkWell` directly inside `Card.filled`, while maintaining the original tap functionality and appearance.1 parent f77c7fc commit b2b998a
File tree
1 file changed
+5
-5
lines changed- lib/ui/game
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
| |||
0 commit comments