added list tile content padding

This commit is contained in:
2026-01-23 16:41:29 +01:00
parent ff1b102047
commit 100b86d3f9

View File

@@ -22,5 +22,6 @@ ThemeData _baseTheme(ColorScheme scheme) =>
shape: RoundedRectangleBorder(
borderRadius: BorderRadiusGeometry.circular(12),
),
contentPadding: EdgeInsetsDirectional.only(start: 16.0, end: 24.0),
),
);