WxTileThemeData constructor

const WxTileThemeData({
  1. required WxTileStyle style,
})

Creates a theme data that can be used for TileTheme.

Implementation

const WxTileThemeData({required this.style});