themeData property

ThemeData themeData

Implementation

ThemeData get themeData => ThemeData(
      scaffoldBackgroundColor: Color(theme_base_color),
    );