CLShellTokens.of constructor

CLShellTokens.of(
  1. BuildContext context
)

Implementation

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