menuListItemLightTheme top-level constant

SeniorMenuListItemThemeData const menuListItemLightTheme

Implementation

const menuListItemLightTheme = const SeniorMenuListItemThemeData(
  style: SeniorMenuListItemStyle(
    disabledPushIconColor: SeniorColors.grayscale90,
    iconColor: SeniorColors.primaryColor500,
    pushIconColor: SeniorColors.primaryColor500,
    subtitleColor: SeniorColors.grayscale50,
    titleColor: SeniorColors.primaryColor900,
  ),
);