DesignTemplates class

Generates the design-system files. These are identical regardless of architecture — only the folder they land in differs.

Constructors

DesignTemplates()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

allFiles(ProjectConfig c) Map<String, String>
Nested design-system files, relative to the architecture design folder.
colors(ProjectConfig c) String
Legacy helpers kept so existing unit tests that call these methods continue to compile. Prefer allFiles.
durations(ProjectConfig c) String
gradients(ProjectConfig c) String
legacyShims(ProjectConfig c) Map<String, String>
Compatibility shims written to the v0.3 token folder (core/constants, shared/theme, or theme).
radius(ProjectConfig c) String
spacing(ProjectConfig c) String
textStyles(ProjectConfig c) String
theme(ProjectConfig c) String