mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-09 18:33:11 +00:00
feat: list_tiles ink(button effects) now has circular(12) border.
This commit is contained in:
parent
1e75dbcb81
commit
fcf120bc0c
|
@ -42,6 +42,11 @@ abstract class AppThemeFactory {
|
||||||
typography: appTypography,
|
typography: appTypography,
|
||||||
useMaterial3: true,
|
useMaterial3: true,
|
||||||
scaffoldBackgroundColor: colorScheme.background,
|
scaffoldBackgroundColor: colorScheme.background,
|
||||||
|
listTileTheme: ListTileThemeData(
|
||||||
|
shape: RoundedRectangleBorder(
|
||||||
|
borderRadius: BorderRadius.circular(12),
|
||||||
|
),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
return materialThemeData;
|
return materialThemeData;
|
||||||
|
|
Loading…
Reference in a new issue