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