activeCommandPalette top-level property

Signal<CommandPaletteConfig?> activeCommandPalette
final

Global active command palette state signal.

Implementation

final Signal<CommandPaletteConfig?> activeCommandPalette =
    signal<CommandPaletteConfig?>(null);