circularLongPressButtonDarkTheme top-level constant

SeniorCircularLongPressButtonThemeData const circularLongPressButtonDarkTheme

Implementation

const circularLongPressButtonDarkTheme =
    const SeniorCircularLongPressButtonThemeData(
  style: SeniorCircularLongPressButtonStyle(
    activeBorderColor: SeniorColors.primaryColor500,
    borderColor: SeniorColors.grayscale40,
    iconColor: SeniorColors.grayscale0,
    labelColor: SeniorColors.grayscale0,
  ),
);