TextFieldSetTextIntent constructor

const TextFieldSetTextIntent({
  1. required String text,
})

Creates a TextFieldSetTextIntent with the new text.

Implementation

const TextFieldSetTextIntent({required this.text});