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