align loading bestween options
This commit is contained in:
parent
12dd69b5d7
commit
c99bc8db29
4 changed files with 132 additions and 68 deletions
|
|
@ -307,7 +307,7 @@ class _BuildFilesListState extends State<BuildFilesList> {
|
|||
double height = size.height;
|
||||
if (widget.files.isNotEmpty) {
|
||||
return SizedBox(
|
||||
height: height - 250,
|
||||
height: height - 254,
|
||||
child: ListView.separated(
|
||||
shrinkWrap: true,
|
||||
separatorBuilder: (BuildContext context, int index) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue