MacosThemeData.fallback constructor

MacosThemeData.fallback()

The default color theme. Same as ThemeData.light.

This is used by MacosTheme.of when no theme has been specified.

Implementation

factory MacosThemeData.fallback() => MacosThemeData.light().copyWith(
      visualDensity: VisualDensity.adaptivePlatformDensity,
    );