TextTileThemeData.from constructor

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

Creates a TextTileThemeData from another one that probably null.

Implementation

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