builder property
A function that takes BuildContext and a list of LogicalKeyboardKeys as arguments and returns a widget to be built with the current pressed keys.
Implementation
final Widget Function(
BuildContext context, List<LogicalKeyboardKey> pressedKeys) builder;