patchbayUiTextSetCommandDescriptor top-level property

PatchbayCommandDescriptor patchbayUiTextSetCommandDescriptor
final

Implementation

final patchbayUiTextSetCommandDescriptor = _textDescriptor(
  'ui.text.set',
  'Set a registered Flutter text target without IME semantics.',
  'uiTextSet',
  'set',
  'Replace the text of a registered input target.',
);