TextTileThemeData constructor

const TextTileThemeData({
  1. required TextTileStyle style,
})

Creates a theme data that can be used for TextTileTheme.

Implementation

const TextTileThemeData({required this.style});