TextFieldAppendTextIntent constructor
const
TextFieldAppendTextIntent({
- required String text,
Creates a TextFieldAppendTextIntent with the text to append.
Implementation
const TextFieldAppendTextIntent({required this.text});