bump-v to 1.0.30+18.

This commit is contained in:
Faris Armoush
2025-06-03 12:39:07 +03:00
parent dbf031287b
commit b35447384c
4 changed files with 6 additions and 4 deletions

View File

@ -207,7 +207,7 @@ abstract class ThemeManager {
),
///card theme
cardTheme: const CardTheme(
cardTheme: const CardThemeData(
elevation: 0,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.all(Radius.circular(20)),
@ -372,7 +372,7 @@ abstract class ThemeManager {
///card theme
//TODO edit card theme
cardTheme: const CardTheme(
cardTheme: const CardThemeData(
elevation: 0,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.all(Radius.circular(20)),