zwapThemeData top-level property

ThemeData zwapThemeData
getter/setter pair

Custom theme colors for the zwap design system kit

Implementation

ThemeData zwapThemeData = ThemeData(
  splashColor: Colors.transparent,
  hoverColor: Colors.transparent,
  highlightColor: Colors.transparent,
  focusColor: Colors.transparent,
  scaffoldBackgroundColor: Colors.transparent,
  backgroundColor: Colors.transparent,
  primaryColor: ZwapColors.shades0,
);