WxTileThemeData.from constructor

WxTileThemeData.from([
  1. WxTileThemeData? other
])

Creates a WxTileThemeData from another one that probably null.

Implementation

WxTileThemeData.from([WxTileThemeData? other])
    : style = defaults.style.merge(other?.style);