79495591

Date: 2025-03-09 08:11:01
Score: 0.5
Natty:
Report link

ListTile's title text uses TextTheme.bodyLarge or TextTheme.titleMedium by default. But you only customized TextTheme.bodyMedium. To customize all the Texts in the app, you should set all the properties in TextTheme.

You can find the default text style for ListTile here.
ListTile.titleTextStyle
ListTile.subtitleTextStyle

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Leo