handlers property

List<InputHandler> get handlers

Returns an unmodifiable list of all currently registered input handlers.

Implementation

static List<InputHandler> get handlers => List.unmodifiable(_handlers);