getTheme static method

ThemeData getTheme(
  1. CTheme theme
)

Implementation

static ThemeData getTheme(CTheme theme) {
  if (theme == CTheme.gray100) return _gray100;

  return _gray100;
}