business property

TemplateTheme business
getter/setter pair

Implementation

static TemplateTheme business = TemplateTheme(
    TemplateType.businessResume,
    ThemeData(
      shadowColor: Colors.deepPurple,
      primarySwatch: Colors.deepPurple,
      fontFamily: GoogleFonts.tinos().fontFamily,
      dividerColor: Colors.grey.shade300,
      textTheme: globalTextTheme,
    ));