antodisThemeLight top-level property

ThemeData antodisThemeLight
getter/setter pair

Implementation

ThemeData antodisThemeLight = ThemeData(
    brightness: Brightness.light,
    appBarTheme: AppBarTheme(backgroundColor: Colors.grey));