menu
velix_ui package
documentation
commands/command.dart
CommandDescriptor
addInterceptor method
addInterceptor method
dark_mode
light_mode
addInterceptor
method
void
addInterceptor
(
CommandInterceptor
interceptor
)
Implementation
void addInterceptor(CommandInterceptor interceptor) { _interceptors.add(interceptor); }
velix_ui package
documentation
commands/command
CommandDescriptor
addInterceptor method
CommandDescriptor class