cachetTheme property

ThemeData cachetTheme
final

The theme of Research Package

Implementation

static final cachetTheme = ThemeData.light().copyWith(
  accentColor: cachetBlue,
  primaryColor: cachetBlue,
)