Compare commits
3 Commits
65b29ec4b8
...
2d3ccd25b4
Author | SHA1 | Date | |
---|---|---|---|
2d3ccd25b4 | |||
385ee806d6 | |||
92aef41031 |
Binary file not shown.
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 101 KiB |
@ -70,7 +70,7 @@ class _FeedbackDialogState extends State<FeedbackDialog> {
|
||||
decoration: InputDecoration(
|
||||
border: const OutlineInputBorder(),
|
||||
label: const Text('Feedback und Verbesserungen'),
|
||||
errorText: _textFieldEmpty ? 'Bitte gib eine Beschreibung an???' : null,
|
||||
errorText: _textFieldEmpty ? 'Bitte gib eine Beschreibung an!' : null,
|
||||
),
|
||||
minLines: 4,
|
||||
maxLines: 7,
|
||||
|
Reference in New Issue
Block a user