drawerDarkTheme top-level constant

SeniorDrawerThemeData const drawerDarkTheme

Implementation

const drawerDarkTheme = const SeniorDrawerThemeData(
  style: SeniorDrawerStyle(
    backIconColor: SeniorColors.grayscale10,
    backgroundColor: SeniorColors.pureBlack,
    boldItemColor: SeniorColors.grayscale10,
    emphasisItemColor: SeniorColors.primaryColor400,
    footerTextColor: SeniorColors.grayscale50,
    lineColor: SeniorColors.grayscale20,
    neutralItemColor: SeniorColors.grayscale10,
    profileSubtitleColor: SeniorColors.grayscale40,
    profileTitleColor: SeniorColors.grayscale10,
  ),
);