ThemeData.base constructor

ThemeData.base()

Implementation

factory ThemeData.base() =>
    buildThemeData == null ? ThemeData.withFont() : buildThemeData!();