menu
velix_ui package
documentation
commands/command.dart
Command
Command.new const constructor
Command.new const constructor
dark_mode
light_mode
Command
constructor
const
Command
(
{
String
?
name
,
String
?
label
,
String
?
i18n
,
IconData
?
icon
,
LockType
lock
=
LockType.command
,
})
Implementation
const Command({this.name, this.label, this.i18n, this.icon, this.lock = LockType.command});
velix_ui package
documentation
commands/command
Command
Command.new const constructor
Command class