statePageLightTheme top-level constant

SeniorStatePageThemeData const statePageLightTheme

Implementation

const statePageLightTheme = const SeniorStatePageThemeData(
  style: SeniorStatePageStyle(
    subtitleColor: SeniorColors.grayscale50,
    titleColor: SeniorColors.grayscale90,
  ),
);