ListTileThemeData.from constructor

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

Creates a ListTileThemeData from another one that probably null.

Implementation

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