Creates a reference to a design token.
TokenRef token(String name, {Object? fallback}) { return TokenRef(name, fallback: fallback); }