remove print
This commit is contained in:
parent
709a161cd0
commit
c199353119
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ class _MIHLayoutBuilderState extends State<MIHLayoutBuilder> {
|
||||||
if (widget.pullDownToRefresh == true) {
|
if (widget.pullDownToRefresh == true) {
|
||||||
return LayoutBuilder(builder: (context, BoxConstraints constraints) {
|
return LayoutBuilder(builder: (context, BoxConstraints constraints) {
|
||||||
double newheight = constraints.maxHeight;
|
double newheight = constraints.maxHeight;
|
||||||
print(newheight);
|
//print(newheight);
|
||||||
return RefreshIndicator(
|
return RefreshIndicator(
|
||||||
onRefresh: widget.onPullDown,
|
onRefresh: widget.onPullDown,
|
||||||
child: ListView.builder(
|
child: ListView.builder(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue