KeymapHub constructor
KeymapHub({
- List<
ProgramInterceptor> base = const [], - void onStackChanged()?,
- void onPendingChanged()?,
Creates a hub.
Implementation
KeymapHub({
List<ProgramInterceptor> base = const [],
this.onStackChanged,
this.onPendingChanged,
}) : _base = List<ProgramInterceptor>.of(base);