mirror of
https://github.com/mzelldev/autoscale_tabbarview.git
synced 2024-09-21 16:56:27 +00:00
SizedPageView fix
This commit is contained in:
parent
1b99207ceb
commit
adfe89918f
@ -57,6 +57,7 @@ class _SizedPageViewState extends State<SizedPageView>
|
||||
dragStartBehavior: widget.dragStartBehavior,
|
||||
children: List.generate(widget.children.length, (index) {
|
||||
return OverflowBox(
|
||||
minHeight: 0,
|
||||
maxHeight: double.infinity,
|
||||
alignment: Alignment.topCenter,
|
||||
child: SizeDetectorWidget(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user