menu
charts_common_sa package
documentation
common.dart
KeyboardDomainNavigator<D>
handleEscape method
handleEscape method
dark_mode
light_mode
handleEscape
method
@protected
bool
handleEscape
(
)
Implementation
@protected bool handleEscape() { _currentIndex = NO_SELECTION; clearSelection(); return true; }
charts_common_sa package
documentation
common
KeyboardDomainNavigator<D>
handleEscape method
KeyboardDomainNavigator class