antodisThemeDark top-level property

ThemeData antodisThemeDark
getter/setter pair

Implementation

ThemeData antodisThemeDark = ThemeData(
    brightness: Brightness.dark,
    backgroundColor: Color(0xff0f1621),
    primaryColor: Color(0xff0f1621),
    cardColor: Colors.transparent,
    cardTheme:
        CardTheme(color: Colors.transparent, shadowColor: Colors.transparent),
    dataTableTheme: DataTableThemeData(
        dataRowColor: MaterialStateProperty.all(Colors.transparent),
        dividerThickness: 0,
        headingRowColor: MaterialStateProperty.all(Colors.transparent)),
    textTheme: TextTheme(
      bodyText1: GoogleFonts.tomorrow(),
      bodyText2: GoogleFonts.tomorrow(),
    ),
    canvasColor: Color(0xff161e29),
    appBarTheme: AppBarTheme(
        backgroundColor: Color(0xff161e29),
        centerTitle: false,
        shadowColor: Colors.transparent,
        elevation: 0));