feat: list_tiles ink(button effects) now has circular(12) border.

pull/482/head
Aliaksei Tratseuski 2024-05-15 19:47:00 +04:00
parent 1e75dbcb81
commit fcf120bc0c
1 changed files with 5 additions and 0 deletions

View File

@ -42,6 +42,11 @@ abstract class AppThemeFactory {
typography: appTypography,
useMaterial3: true,
scaffoldBackgroundColor: colorScheme.background,
listTileTheme: ListTileThemeData(
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(12),
),
),
);
return materialThemeData;