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