References a shadow token.
static TokenRef shadow(String name, {Object? fallback}) => token('shadow.$name', fallback: fallback);