WxListTileThemeData.from constructor

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

Creates a WxListTileThemeData from another one that probably null.

Implementation

WxListTileThemeData.from([WxListTileThemeData? other])
    : style = defaults.style.merge(other?.style),
      wrapper = other?.wrapper;