FigmaGen constructor
FigmaGen({})
Implementation
FigmaGen({
required this.figmaKey,
required this.figmaToken,
required this.dirOutput,
required this.langs,
this.dirImg = 'assets/images',
this.dirIcons = 'assets/icons',
});