TileThemeData.from constructor

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

Creates a TileThemeData from another one that probably null.

Implementation

TileThemeData.from([TileThemeData? other])
    : style = other?.style ?? fallback.style;