WxTileThemeData.from constructor
WxTileThemeData.from([
- WxTileThemeData? other
Creates a WxTileThemeData from another one that probably null.
Implementation
WxTileThemeData.from([WxTileThemeData? other])
: style = defaults.style.merge(other?.style);