TextFieldSetTextIntent constructor
const
TextFieldSetTextIntent({
- required String text,
Creates a TextFieldSetTextIntent with the new text.
Implementation
const TextFieldSetTextIntent({required this.text});