expandableListWiipoTheme top-level constant

SeniorExpandableListThemeData const expandableListWiipoTheme

Implementation

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