iconDarkTheme top-level constant

SeniorIconThemeData const iconDarkTheme

Implementation

const iconDarkTheme = const SeniorIconThemeData(
  style: SeniorIconStyle(
    color: SeniorColors.grayscale5,
  ),
);