patchbayUiTextEnterCommandDescriptor top-level property

PatchbayCommandDescriptor patchbayUiTextEnterCommandDescriptor
final

Implementation

final patchbayUiTextEnterCommandDescriptor = _textDescriptor(
  'ui.text.enter',
  'Enter text through the registered Flutter target policy.',
  'uiTextEnter',
  'enter',
  'Type text into a registered input target and submit it.',
);