forked from yaso_meth/mih-project
remove print
This commit is contained in:
@@ -68,7 +68,7 @@ class _MIHLayoutBuilderState extends State<MIHLayoutBuilder> {
|
||||
if (widget.pullDownToRefresh == true) {
|
||||
return LayoutBuilder(builder: (context, BoxConstraints constraints) {
|
||||
double newheight = constraints.maxHeight;
|
||||
print(newheight);
|
||||
//print(newheight);
|
||||
return RefreshIndicator(
|
||||
onRefresh: widget.onPullDown,
|
||||
child: ListView.builder(
|
||||
|
||||
Reference in New Issue
Block a user