circularLongPressButtonLightTheme top-level constant

SeniorCircularLongPressButtonThemeData const circularLongPressButtonLightTheme

Implementation

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