conflict resolved

This commit is contained in:
VINISTAN 2024-11-06 17:19:53 +05:30
commit 6c090be6f2

View File

@ -174,8 +174,7 @@ class _FeedbackFormState extends State<FeedbackForm> {
decoration: InputDecoration( decoration: InputDecoration(
hintText: 'Tell us how we can improve', hintText: 'Tell us how we can improve',
border: OutlineInputBorder( border: OutlineInputBorder(
borderSide: BorderSide(color: Colors.blueAccent), borderSide: BorderSide(color: Colors.blueAccent)),
),
), ),
maxLines: 5, maxLines: 5,
), ),