multiline text overflow fix
This commit is contained in:
parent
25ee295394
commit
af44aa3149
2 changed files with 7 additions and 1 deletions
|
|
@ -361,6 +361,10 @@ class _PackageToolOneState extends State<PackageToolOne> {
|
|||
multiLineInput: true,
|
||||
requiredText: false,
|
||||
hintText: "Enter Multi Line Text",
|
||||
validator: (value) {
|
||||
return MihValidationServices()
|
||||
.validateLength(_textFieldFourController.text, 50);
|
||||
},
|
||||
),
|
||||
const SizedBox(height: 20),
|
||||
Align(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue