mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Added constrained box
This commit is contained in:
parent
fd98b192af
commit
907b10b783
@ -24,9 +24,10 @@ class _SettingsDialogState extends State<SettingsDialog> {
|
||||
shape: RoundedRectangleBorder(
|
||||
borderRadius: BorderRadius.circular(10),
|
||||
),
|
||||
title: SizedBox(
|
||||
height: 600,
|
||||
width: 800,
|
||||
title: ConstrainedBox(
|
||||
constraints: const BoxConstraints(
|
||||
maxHeight: 600,
|
||||
),
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
|
Loading…
Reference in New Issue
Block a user