style property
final
Defines the font used for the title.
If this property is null then ListTileThemeData.style is used. If that is also null then ListTileStyle.list is used.
See also:
- ListTileTheme.of, which returns the nearest ListTileTheme's ListTileThemeData.
Implementation
final ListTileStyle? style;