technical property

TemplateTheme technical
getter/setter pair

Implementation

static TemplateTheme technical = TemplateTheme(
    TemplateType.technicalResume,
    ThemeData(
        shadowColor: Colors.blueGrey,
        primarySwatch: Colors.blueGrey,
        fontFamily: GoogleFonts.notoSansGeorgian().fontFamily,
        dividerColor: Colors.grey.shade300,
        textTheme: globalTextTheme));