ghostNegativeSquareButtonsMenuDarkTheme top-level constant

SeniorSquareButtonsMenuThemeData const ghostNegativeSquareButtonsMenuDarkTheme

Implementation

const ghostNegativeSquareButtonsMenuDarkTheme =
    const SeniorSquareButtonsMenuThemeData(
  style: SeniorSquareButtonsMenuStyle(
    backgroundColor: SeniorColors.grayscale20,
    borderColor: SeniorColors.grayscale40,
    fontColor: SeniorColors.grayscale70,
    iconColor: SeniorColors.grayscale70,
  ),
);