light property

ThemeData get light

A pre-built light theme.

Implementation

static ThemeData get light => const ThemeData(
      primaryColor: Colors.blue,
      backgroundColor: Colors.white,
      textColor: Colors.black,
      selectedColor: Colors.blue,
      borderColor: Colors.black,
      dividerColor: Colors.black,
    );