Merge pull request 'feedback dialog is now scrollable' (#64) from develop-scrollableFeedbackWidget into develop
Reviewed-on: #64 Reviewed-by: Elias Müller <elias@elias-mueller.com>
This commit is contained in:
commit
d067ee702a
@ -48,7 +48,8 @@ class _FeedbackDialogState extends State<FeedbackDialog> {
|
|||||||
appBar: AppBar(
|
appBar: AppBar(
|
||||||
title: const Text('Feedback'),
|
title: const Text('Feedback'),
|
||||||
),
|
),
|
||||||
body: Column(
|
body: SingleChildScrollView(
|
||||||
|
child: Column(
|
||||||
mainAxisSize: MainAxisSize.max,
|
mainAxisSize: MainAxisSize.max,
|
||||||
children: [
|
children: [
|
||||||
const SizedBox(height: 5),
|
const SizedBox(height: 5),
|
||||||
@ -168,5 +169,6 @@ class _FeedbackDialogState extends State<FeedbackDialog> {
|
|||||||
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user