expandableListDarkTheme top-level constant

SeniorExpandableListThemeData const expandableListDarkTheme

Implementation

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