expandableListLightTheme top-level constant

SeniorExpandableListThemeData const expandableListLightTheme

Implementation

const expandableListLightTheme = const SeniorExpandableListThemeData(
  style: SeniorExpandableListStyle(
    separationLine: SeniorColors.grayscale30,
    arrowIconColor: SeniorColors.grayscale90,
    iconColor: SeniorColors.primaryColor400,
    titleColor: SeniorColors.grayscale90,
    summaryColor: SeniorColors.grayscale90,
  ),
);