Testfilter, Listenbreite
This commit is contained in:
@@ -34,7 +34,9 @@ class SummaryTable extends StatelessWidget {
|
||||
controller: summaryHController,
|
||||
scrollDirection: Axis.horizontal,
|
||||
child: widgets.SizedBox(
|
||||
width: tableWidth,
|
||||
width: tableWidth < constraints.maxWidth
|
||||
? constraints.maxWidth
|
||||
: tableWidth,
|
||||
height: constraints.maxHeight,
|
||||
child: Column(
|
||||
children: [
|
||||
@@ -85,3 +87,4 @@ class SummaryTable extends StatelessWidget {
|
||||
return tableWidth;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user