CLShellTokens.of constructor
CLShellTokens.of(
- BuildContext context
Implementation
factory CLShellTokens.of(BuildContext context) {
final t = ShadTheme.of(context);
return CLShellTokens._(t.colorScheme, t.brightness);
}