WxTextTileThemeData constructor

const WxTextTileThemeData({
  1. required WxTextTileStyle style,
})

Creates a theme data that can be used for TextTileTheme.

Implementation

const WxTextTileThemeData({required this.style});