menu
arcane package
documentation
shadcn/components/control/command.dart
CommandCategory
CommandCategory.new const constructor
CommandCategory.new const constructor
dark_mode
light_mode
CommandCategory
constructor
const
CommandCategory
(
{
Key
?
key
,
required
List
<
Widget
>
children
,
Widget
?
title
,
})
Implementation
const CommandCategory({ super.key, required this.children, this.title, });
arcane package
documentation
shadcn/components/control/command
CommandCategory
CommandCategory.new const constructor
CommandCategory class