text_area 0.0.1 copy "text_area: ^0.0.1" to clipboard
text_area: ^0.0.1 copied to clipboard

outdated

Text Area Flutter Project.

[]

Usage #

TextArea(
  borderColor: borderColor,
  textEditingController: _controller.reasonTextController,
  suffixIcon: Icons.attach_file_rounded,
  onSuffixIconPressed: () => {_controller.pickAttachment()},
  validation: _controller.reasonValidation.value,
  errorText: 'Please type a reason!',
);
10
likes
0
points
50
downloads

Publisher

unverified uploader

Weekly Downloads

Text Area Flutter Project.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on text_area